wok-6.x rev 12508

Up: xorg-libXext (1.3.1) Clean receipt
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 24 23:08:36 2012 +0200 (2012-04-24)
parents a47602ca8d13
children 7e91486a25fd
files xorg-libXext-dev/receipt xorg-libXext/receipt
line diff
     1.1 --- a/xorg-libXext-dev/receipt	Tue Apr 24 23:07:06 2012 +0200
     1.2 +++ b/xorg-libXext-dev/receipt	Tue Apr 24 23:08:36 2012 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-libXext-dev"
     1.7 -VERSION="1.1.2"
     1.8 +VERSION="1.3.1"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Common X extensions library devel files."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -14,8 +14,7 @@
    1.13  genpkg_rules()
    1.14  {
    1.15  	mkdir -p $fs/usr/lib
    1.16 -	
    1.17 -	cp -a $_pkg/usr/lib/*.*a* $fs/usr/lib
    1.18 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.19 -	cp -a $_pkg/usr/include $fs/usr
    1.20 +	cp -a $install/usr/lib/*.*a* $fs/usr/lib
    1.21 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.22 +	cp -a $install/usr/include $fs/usr
    1.23  }
     2.1 --- a/xorg-libXext/receipt	Tue Apr 24 23:07:06 2012 +0200
     2.2 +++ b/xorg-libXext/receipt	Tue Apr 24 23:08:36 2012 +0200
     2.3 @@ -1,31 +1,33 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="xorg-libXext"
     2.7 -VERSION="1.1.2"
     2.8 +VERSION="1.3.1"
     2.9  CATEGORY="x-window"
    2.10  SHORT_DESC="Common X extensions library."
    2.11  MAINTAINER="pankso@slitaz.org"
    2.12  SOURCE="libXext"
    2.13  TARBALL="$SOURCE-$VERSION.tar.bz2"
    2.14 +WEB_SITE="http://www.x.org/"
    2.15 +WGET_URL="$XORG_MIRROR/lib/$TARBALL"
    2.16 +
    2.17  DEPENDS="xorg-libX11"
    2.18  BUILD_DEPENDS="xorg-libX11-dev"
    2.19 -WEB_SITE="http://www.x.org/"
    2.20 -WGET_URL="$XORG_MIRROR/lib/$TARBALL"
    2.21  
    2.22  # Rules to configure and make the package.
    2.23  compile_rules()
    2.24  {
    2.25 -    cd $src
    2.26 -    ./configure --prefix=/usr --sysconfdir=/etc \
    2.27 -    --mandir=/usr/share/man --localstatedir=/var \
    2.28 -    $CONFIGURE_ARGS &&
    2.29 -    make &&
    2.30 -    make DESTDIR=$PWD/_pkg install
    2.31 +	cd $src
    2.32 +	./configure \
    2.33 +		--sysconfdir=/etc \
    2.34 +		--mandir=/usr/share/man \
    2.35 +		--localstatedir=/var \
    2.36 +		$CONFIGURE_ARGS &&
    2.37 +	make && make install
    2.38  }
    2.39  
    2.40  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.41  genpkg_rules()
    2.42  {
    2.43  	mkdir -p $fs/usr/lib
    2.44 -    cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    2.45 +    cp -a $install/usr/lib/*.so* $fs/usr/lib
    2.46  }