# HG changeset patch # User Christophe Lincoln # Date 1335302801 -7200 # Node ID fd19f13ad61d12625e2e9a625dc874018a6a96cd # Parent 7e91486a25fd8670f23d3d402c3262498dab606f Up: xorg-libXmu, xorg-libXpm + clean receipt diff -r 7e91486a25fd -r fd19f13ad61d xorg-libXmu-dev/receipt --- a/xorg-libXmu-dev/receipt Tue Apr 24 23:23:22 2012 +0200 +++ b/xorg-libXmu-dev/receipt Tue Apr 24 23:26:41 2012 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="xorg-libXmu-dev" -VERSION="1.1.0" +VERSION="1.1.1" CATEGORY="development" SHORT_DESC="Xorg module devel files." MAINTAINER="pankso@slitaz.org" @@ -14,8 +14,7 @@ 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 7e91486a25fd -r fd19f13ad61d xorg-libXmu/receipt --- a/xorg-libXmu/receipt Tue Apr 24 23:23:22 2012 +0200 +++ b/xorg-libXmu/receipt Tue Apr 24 23:26:41 2012 +0200 @@ -1,16 +1,17 @@ # SliTaz package receipt. PACKAGE="xorg-libXmu" -VERSION="1.1.0" +VERSION="1.1.1" CATEGORY="x-window" SHORT_DESC="Xorg server module." MAINTAINER="pankso@slitaz.org" SOURCE="libXmu" TARBALL="$SOURCE-$VERSION.tar.bz2" +WEB_SITE="http://www.x.org/" +WGET_URL="$XORG_MIRROR/lib/$TARBALL" + DEPENDS="xorg-libXt xorg-libXext" BUILD_DEPENDS="xorg-libXt-dev xorg-libXext-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() @@ -27,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 } diff -r 7e91486a25fd -r fd19f13ad61d xorg-libXpm-dev/receipt --- a/xorg-libXpm-dev/receipt Tue Apr 24 23:23:22 2012 +0200 +++ b/xorg-libXpm-dev/receipt Tue Apr 24 23:26:41 2012 +0200 @@ -1,6 +1,7 @@ # SliTaz package receipt. + PACKAGE="xorg-libXpm-dev" -VERSION="3.5.9" +VERSION="3.5.10" CATEGORY="development" SHORT_DESC="Xorg module devel files." MAINTAINER="pankso@slitaz.org" @@ -8,12 +9,12 @@ WANTED="xorg-libXpm" SOURCE="libXpm" 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 7e91486a25fd -r fd19f13ad61d xorg-libXpm/receipt --- a/xorg-libXpm/receipt Tue Apr 24 23:23:22 2012 +0200 +++ b/xorg-libXpm/receipt Tue Apr 24 23:26:41 2012 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="xorg-libXpm" -VERSION="3.5.9" +VERSION="3.5.10" CATEGORY="x-window" SHORT_DESC="Xorg server module." MAINTAINER="pankso@slitaz.org" @@ -15,17 +15,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 }