wok rev 12516

Up: xorg-libXtst (1.2.1) + clean receipt
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 25 00:01:48 2012 +0200 (2012-04-25)
parents 00cd21f54df1
children aee0ab9b9f75
files xorg-libXtst-dev/receipt xorg-libXtst/receipt
line diff
     1.1 --- a/xorg-libXtst-dev/receipt	Wed Apr 25 00:00:49 2012 +0200
     1.2 +++ b/xorg-libXtst-dev/receipt	Wed Apr 25 00:01:48 2012 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-libXtst-dev"
     1.7 -VERSION="1.2.0"
     1.8 +VERSION="1.2.1"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Xorg module 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 $fs/usr/include/X11
    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/X11/extensions $fs/usr/include/X11/
    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/X11/extensions $fs/usr/include/X11/
    1.23  }
     2.1 --- a/xorg-libXtst/receipt	Wed Apr 25 00:00:49 2012 +0200
     2.2 +++ b/xorg-libXtst/receipt	Wed Apr 25 00:01:48 2012 +0200
     2.3 @@ -1,31 +1,33 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="xorg-libXtst"
     2.7 -VERSION="1.2.0"
     2.8 +VERSION="1.2.1"
     2.9  CATEGORY="x-window"
    2.10  SHORT_DESC="Xorg server module."
    2.11  MAINTAINER="pankso@slitaz.org"
    2.12 -DEPENDS="xorg-libXext xorg-libXi"
    2.13 -BUILD_DEPENDS="xorg-recordproto xorg-libXext-dev xorg-libXi-dev"
    2.14  SOURCE="libXtst"
    2.15  TARBALL="$SOURCE-$VERSION.tar.bz2"
    2.16  WEB_SITE="http://www.x.org/"
    2.17  WGET_URL="$XORG_MIRROR/lib/$TARBALL"
    2.18  
    2.19 +DEPENDS="xorg-libXext xorg-libXi"
    2.20 +BUILD_DEPENDS="xorg-recordproto xorg-libXext-dev xorg-libXi-dev"
    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  }