# HG changeset patch # User Pascal Bellard # Date 1359107551 -3600 # Node ID be2618d310ab635b826ba779f2b8fbe7b6d2687b # Parent 9097137c3fae8df0e6c4601caef839cc4ad13464 Add libXaw3dXft diff -r 9097137c3fae -r be2618d310ab libXaw3dXft-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libXaw3dXft-dev/receipt Fri Jan 25 10:52:31 2013 +0100 @@ -0,0 +1,19 @@ +# SliTaz package receipt. + +PACKAGE="libXaw3dXft-dev" +VERSION="1.6.2" +CATEGORY="development" +SHORT_DESC="Xpaint module devel files." +MAINTAINER="pascal.bellard@slitaz.org" +DEPENDS="libXaw3dXft xorg-libXmu-dev" +WANTED="libXaw3dXft" +WEB_SITE="http://sourceforge.net/projects/sf-xpaint/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + 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 9097137c3fae -r be2618d310ab libXaw3dXft/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libXaw3dXft/receipt Fri Jan 25 10:52:31 2013 +0100 @@ -0,0 +1,26 @@ +# SliTaz package receipt. + +PACKAGE="libXaw3dXft" +VERSION="1.6.2" +CATEGORY="x-window" +SHORT_DESC="Xpaint module" +MAINTAINER="pascal.bellard@slitaz.org" +WEB_SITE="http://sourceforge.net/projects/sf-xpaint/" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WGET_URL="$SF_MIRROR/sf-xpaint/$TARBALL" + +DEPENDS="xorg-libXmu fontconfig xorg-libXrender xorg-libXft lzlib" +BUILD_DEPENDS="xorg-libXmu-dev util-linux-uuid-dev expat-dev" + +# Rules to configure and make the package. +compile_rules() +{ + ./configure $CONFIGURE_ARGS && make && make install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $install/usr/lib/*.so* $fs/usr/lib +} diff -r 9097137c3fae -r be2618d310ab xorg-libXaw3d/receipt --- a/xorg-libXaw3d/receipt Fri Jan 25 10:03:15 2013 +0100 +++ b/xorg-libXaw3d/receipt Fri Jan 25 10:52:31 2013 +0100 @@ -10,8 +10,8 @@ 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" +DEPENDS="xorg-libXmu" +BUILD_DEPENDS="xorg-libXmu-dev util-linux-uuid-dev" # Rules to configure and make the package. compile_rules() diff -r 9097137c3fae -r be2618d310ab xpaint/receipt --- a/xpaint/receipt Fri Jan 25 10:03:15 2013 +0100 +++ b/xpaint/receipt Fri Jan 25 10:52:31 2013 +0100 @@ -9,8 +9,8 @@ TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="$SF_MIRROR/sf-$PACKAGE/$TARBALL" -DEPENDS="openjpeg xorg-libXaw3d" - +DEPENDS="openjpeg libXaw3dXft" +BUILD_DEPENDS="openjpeg-dev libXaw3dXft-dev" # Rules to configure and make the package. compile_rules()