wok diff xorg-libXi/receipt @ rev 13185

Up: drupal to 7.15.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Aug 02 23:52:02 2012 +0000 (2012-08-02)
parents 1b8d4622fd4d
children 48bd3d8ae881
line diff
     1.1 --- a/xorg-libXi/receipt	Sun Mar 20 15:33:31 2011 +0000
     1.2 +++ b/xorg-libXi/receipt	Thu Aug 02 23:52:02 2012 +0000
     1.3 @@ -1,31 +1,33 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-libXi"
     1.7 -VERSION="1.4.2"
     1.8 +VERSION="1.5.0"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Xorg library for the X Input Extension."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  SOURCE="libXi"
    1.13  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.14 +WEB_SITE="http://www.x.org/"
    1.15 +WGET_URL="$XORG_MIRROR/lib/$TARBALL"
    1.16 +
    1.17  DEPENDS="xorg-libXext"
    1.18  BUILD_DEPENDS="xorg-libXext-dev"
    1.19 -WEB_SITE="http://www.x.org/"
    1.20 -WGET_URL="ftp://ftp.solnet.ch/mirror/x.org/pub/individual/lib/$TARBALL"
    1.21  
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24  {
    1.25 -    cd $src
    1.26 -    ./configure --prefix=/usr --sysconfdir=/etc \
    1.27 -    --mandir=/usr/share/man --localstatedir=/var \
    1.28 -    $CONFIGURE_ARGS &&
    1.29 -    make &&
    1.30 -    make DESTDIR=$PWD/_pkg install
    1.31 +	cd $src
    1.32 +	./configure \
    1.33 +		--sysconfdir=/etc \
    1.34 +		--mandir=/usr/share/man \
    1.35 +		--localstatedir=/var \
    1.36 +		$CONFIGURE_ARGS &&
    1.37 +	make && make install
    1.38  }
    1.39  
    1.40  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.41  genpkg_rules()
    1.42  {
    1.43  	mkdir -p $fs/usr/lib
    1.44 -    cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.45 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.46  }