wok rev 12511

Up: xorg-libXau, xorg-libXaw + clean receipt
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 24 23:28:40 2012 +0200 (2012-04-24)
parents fd19f13ad61d
children 97ec33674b82
files xorg-libXau-dev/receipt xorg-libXau/receipt xorg-libXaw-dev/receipt xorg-libXaw/receipt
line diff
     1.1 --- a/xorg-libXau-dev/receipt	Tue Apr 24 23:26:41 2012 +0200
     1.2 +++ b/xorg-libXau-dev/receipt	Tue Apr 24 23:28:40 2012 +0200
     1.3 @@ -1,20 +1,19 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-libXau-dev"
     1.7 -VERSION="1.0.6"
     1.8 +VERSION="1.0.7"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Xorg authorization routines devel files."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  DEPENDS="xorg-xproto xorg-libXau"
    1.13  WANTED="xorg-libXau"
    1.14 -SOURCE="libXau"
    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 -	cp -a $_pkg/usr/lib/*.*a* $fs/usr/lib
    1.22 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.23 -	cp -a $_pkg/usr/include $fs/usr
    1.24 +	cp -a $install/usr/lib/*.*a* $fs/usr/lib
    1.25 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.26 +	cp -a $install/usr/include $fs/usr
    1.27  }
     2.1 --- a/xorg-libXau/receipt	Tue Apr 24 23:26:41 2012 +0200
     2.2 +++ b/xorg-libXau/receipt	Tue Apr 24 23:28:40 2012 +0200
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="xorg-libXau"
     2.7 -VERSION="1.0.6"
     2.8 +VERSION="1.0.7"
     2.9  CATEGORY="x-window"
    2.10  SHORT_DESC="Xorg authorization routines."
    2.11  MAINTAINER="pankso@slitaz.org"
    2.12 @@ -14,18 +14,18 @@
    2.13  # Rules to configure and make the package.
    2.14  compile_rules()
    2.15  {
    2.16 -    cd $src
    2.17 -    ./configure \
    2.18 -    	--prefix=/usr --sysconfdir=/etc \
    2.19 -    	--mandir=/usr/share/man --localstatedir=/var \
    2.20 -    	$CONFIGURE_ARGS
    2.21 -    make
    2.22 -    make DESTDIR=$PWD/_pkg install
    2.23 +	cd $src
    2.24 +	./configure \
    2.25 +		--sysconfdir=/etc \
    2.26 +		--mandir=/usr/share/man \
    2.27 +		--localstatedir=/var \
    2.28 +		$CONFIGURE_ARGS &&
    2.29 +	make && make install
    2.30  }
    2.31  
    2.32  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.33  genpkg_rules()
    2.34  {
    2.35  	mkdir -p $fs/usr/lib
    2.36 -    cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    2.37 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    2.38  }
     3.1 --- a/xorg-libXaw-dev/receipt	Tue Apr 24 23:26:41 2012 +0200
     3.2 +++ b/xorg-libXaw-dev/receipt	Tue Apr 24 23:28:40 2012 +0200
     3.3 @@ -1,6 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5 +
     3.6  PACKAGE="xorg-libXaw-dev"
     3.7 -VERSION="1.0.8"
     3.8 +VERSION="1.0.10"
     3.9  CATEGORY="development"
    3.10  SHORT_DESC="Xorg module devel files."
    3.11  MAINTAINER="pankso@slitaz.org"
    3.12 @@ -8,11 +9,12 @@
    3.13  WANTED="xorg-libXaw"
    3.14  SOURCE="libXaw"
    3.15  WEB_SITE="http://www.x.org/"
    3.16 +
    3.17  # Rules to gen a SliTaz package suitable for Tazpkg.
    3.18  genpkg_rules()
    3.19  {
    3.20  	mkdir -p $fs/usr/lib
    3.21 -	
    3.22 +
    3.23  	cp -a $_pkg/usr/lib/*.*a* $fs/usr/lib
    3.24  	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    3.25  	cp -a $_pkg/usr/include $fs/usr
     4.1 --- a/xorg-libXaw/receipt	Tue Apr 24 23:26:41 2012 +0200
     4.2 +++ b/xorg-libXaw/receipt	Tue Apr 24 23:28:40 2012 +0200
     4.3 @@ -1,24 +1,26 @@
     4.4  # SliTaz package receipt.
     4.5  
     4.6  PACKAGE="xorg-libXaw"
     4.7 -VERSION="1.0.8"
     4.8 +VERSION="1.0.10"
     4.9  CATEGORY="x-window"
    4.10  SHORT_DESC="Xorg server module."
    4.11  MAINTAINER="pankso@slitaz.org"
    4.12  SOURCE="libXaw"
    4.13  TARBALL="$SOURCE-$VERSION.tar.bz2"
    4.14 +WEB_SITE="http://www.x.org/"
    4.15 +WGET_URL="$XORG_MIRROR/lib/$TARBALL"
    4.16 +
    4.17  DEPENDS="xorg-libXmu xorg-libXpm"
    4.18  BUILD_DEPENDS="xorg-libXmu-dev xorg-libXpm-dev util-linux-uuid-dev"
    4.19 -WEB_SITE="http://www.x.org/"
    4.20 -WGET_URL="$XORG_MIRROR/lib/$TARBALL"
    4.21  
    4.22  # Rules to configure and make the package.
    4.23  compile_rules()
    4.24  {
    4.25      cd $src
    4.26 -    ./configure --sysconfdir=/etc \
    4.27 +    ./configure \
    4.28 +		--sysconfdir=/etc \
    4.29          --localstatedir=/var \
    4.30 -	$CONFIGURE_ARGS &&
    4.31 +		$CONFIGURE_ARGS &&
    4.32      make && make install
    4.33  }
    4.34  
    4.35 @@ -26,5 +28,5 @@
    4.36  genpkg_rules()
    4.37  {
    4.38  	mkdir -p $fs/usr/lib
    4.39 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    4.40 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    4.41  }