# HG changeset patch # User Christophe Lincoln # Date 1335302920 -7200 # Node ID acc4fd73960f0598e838b29b5e4e4e139e820f11 # Parent fd19f13ad61d12625e2e9a625dc874018a6a96cd Up: xorg-libXau, xorg-libXaw + clean receipt diff -r fd19f13ad61d -r acc4fd73960f xorg-libXau-dev/receipt --- a/xorg-libXau-dev/receipt Tue Apr 24 23:26:41 2012 +0200 +++ b/xorg-libXau-dev/receipt Tue Apr 24 23:28:40 2012 +0200 @@ -1,20 +1,19 @@ # SliTaz package receipt. PACKAGE="xorg-libXau-dev" -VERSION="1.0.6" +VERSION="1.0.7" CATEGORY="development" SHORT_DESC="Xorg authorization routines devel files." MAINTAINER="pankso@slitaz.org" DEPENDS="xorg-xproto xorg-libXau" WANTED="xorg-libXau" -SOURCE="libXau" WEB_SITE="http://www.x.org/" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.*a* $fs/usr/lib - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr + cp -a $install/usr/lib/*.*a* $fs/usr/lib + cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/include $fs/usr } diff -r fd19f13ad61d -r acc4fd73960f xorg-libXau/receipt --- a/xorg-libXau/receipt Tue Apr 24 23:26:41 2012 +0200 +++ b/xorg-libXau/receipt Tue Apr 24 23:28:40 2012 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="xorg-libXau" -VERSION="1.0.6" +VERSION="1.0.7" CATEGORY="x-window" SHORT_DESC="Xorg authorization routines." MAINTAINER="pankso@slitaz.org" @@ -14,18 +14,18 @@ # Rules to configure and make the package. compile_rules() { - cd $src - ./configure \ - --prefix=/usr --sysconfdir=/etc \ - --mandir=/usr/share/man --localstatedir=/var \ - $CONFIGURE_ARGS - make - make DESTDIR=$PWD/_pkg install + cd $src + ./configure \ + --sysconfdir=/etc \ + --mandir=/usr/share/man \ + --localstatedir=/var \ + $CONFIGURE_ARGS && + make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/*.so* $fs/usr/lib } diff -r fd19f13ad61d -r acc4fd73960f xorg-libXaw-dev/receipt --- a/xorg-libXaw-dev/receipt Tue Apr 24 23:26:41 2012 +0200 +++ b/xorg-libXaw-dev/receipt Tue Apr 24 23:28:40 2012 +0200 @@ -1,6 +1,7 @@ # SliTaz package receipt. + PACKAGE="xorg-libXaw-dev" -VERSION="1.0.8" +VERSION="1.0.10" CATEGORY="development" SHORT_DESC="Xorg module devel files." MAINTAINER="pankso@slitaz.org" @@ -8,11 +9,12 @@ WANTED="xorg-libXaw" SOURCE="libXaw" WEB_SITE="http://www.x.org/" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - + cp -a $_pkg/usr/lib/*.*a* $fs/usr/lib cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib cp -a $_pkg/usr/include $fs/usr diff -r fd19f13ad61d -r acc4fd73960f xorg-libXaw/receipt --- a/xorg-libXaw/receipt Tue Apr 24 23:26:41 2012 +0200 +++ b/xorg-libXaw/receipt Tue Apr 24 23:28:40 2012 +0200 @@ -1,24 +1,26 @@ # SliTaz package receipt. PACKAGE="xorg-libXaw" -VERSION="1.0.8" +VERSION="1.0.10" CATEGORY="x-window" SHORT_DESC="Xorg server module." MAINTAINER="pankso@slitaz.org" SOURCE="libXaw" TARBALL="$SOURCE-$VERSION.tar.bz2" +WEB_SITE="http://www.x.org/" +WGET_URL="$XORG_MIRROR/lib/$TARBALL" + DEPENDS="xorg-libXmu xorg-libXpm" BUILD_DEPENDS="xorg-libXmu-dev xorg-libXpm-dev util-linux-uuid-dev" -WEB_SITE="http://www.x.org/" -WGET_URL="$XORG_MIRROR/lib/$TARBALL" # Rules to configure and make the package. compile_rules() { cd $src - ./configure --sysconfdir=/etc \ + ./configure \ + --sysconfdir=/etc \ --localstatedir=/var \ - $CONFIGURE_ARGS && + $CONFIGURE_ARGS && make && make install } @@ -26,5 +28,5 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/*.so* $fs/usr/lib }