wok rev 12506

Up: xorg-libXrender
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 24 23:06:11 2012 +0200 (2012-04-24)
parents 19ade3a2cc9c
children a47602ca8d13
files xorg-libXrender-dev/receipt xorg-libXrender/receipt
line diff
     1.1 --- a/xorg-libXrender-dev/receipt	Tue Apr 24 22:35:37 2012 +0200
     1.2 +++ b/xorg-libXrender-dev/receipt	Tue Apr 24 23:06:11 2012 +0200
     1.3 @@ -1,6 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5 +
     1.6  PACKAGE="xorg-libXrender-dev"
     1.7 -VERSION="0.9.6"
     1.8 +VERSION="0.9.7"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Xorg RENDER extensions library devel files."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -8,12 +9,12 @@
    1.13  WANTED="xorg-libXrender"
    1.14  SOURCE="libXrender"
    1.15  WEB_SITE="http://www.x.org/"
    1.16 +
    1.17  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.18  genpkg_rules()
    1.19  {
    1.20  	mkdir -p $fs/usr/lib
    1.21 -	
    1.22 -	cp -a $_pkg/usr/lib/*.*a* $fs/usr/lib
    1.23 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.24 -	cp -a $_pkg/usr/include $fs/usr
    1.25 +	cp -a $install/usr/lib/*.*a* $fs/usr/lib
    1.26 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.27 +	cp -a $install/usr/include $fs/usr
    1.28  }
     2.1 --- a/xorg-libXrender/receipt	Tue Apr 24 22:35:37 2012 +0200
     2.2 +++ b/xorg-libXrender/receipt	Tue Apr 24 23:06:11 2012 +0200
     2.3 @@ -1,31 +1,33 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="xorg-libXrender"
     2.7 -VERSION="0.9.6"
     2.8 +VERSION="0.9.7"
     2.9  CATEGORY="x-window"
    2.10  SHORT_DESC="Xorg RENDER extensions library."
    2.11  MAINTAINER="pankso@slitaz.org"
    2.12  SOURCE="libXrender"
    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 xorg-renderproto"
    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 +	mkdir -p $fs/usr/lib
    2.46 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    2.47  }