wok-6.x rev 13916
Add libXaw3dXft
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jan 25 10:52:31 2013 +0100 (2013-01-25) |
parents | 9097137c3fae |
children | 6fa1191ecbc9 |
files | libXaw3dXft-dev/receipt libXaw3dXft/receipt xorg-libXaw3d/receipt xpaint/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libXaw3dXft-dev/receipt Fri Jan 25 10:52:31 2013 +0100 1.3 @@ -0,0 +1,19 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="libXaw3dXft-dev" 1.7 +VERSION="1.6.2" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="Xpaint module devel files." 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +DEPENDS="libXaw3dXft xorg-libXmu-dev" 1.12 +WANTED="libXaw3dXft" 1.13 +WEB_SITE="http://sourceforge.net/projects/sf-xpaint/" 1.14 + 1.15 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.16 +genpkg_rules() 1.17 +{ 1.18 + mkdir -p $fs/usr/lib 1.19 + cp -a $install/usr/lib/*.*a* $fs/usr/lib 1.20 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.21 + cp -a $install/usr/include $fs/usr 1.22 +}
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/libXaw3dXft/receipt Fri Jan 25 10:52:31 2013 +0100 2.3 @@ -0,0 +1,26 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="libXaw3dXft" 2.7 +VERSION="1.6.2" 2.8 +CATEGORY="x-window" 2.9 +SHORT_DESC="Xpaint module" 2.10 +MAINTAINER="pascal.bellard@slitaz.org" 2.11 +WEB_SITE="http://sourceforge.net/projects/sf-xpaint/" 2.12 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.13 +WGET_URL="$SF_MIRROR/sf-xpaint/$TARBALL" 2.14 + 2.15 +DEPENDS="xorg-libXmu fontconfig xorg-libXrender xorg-libXft lzlib" 2.16 +BUILD_DEPENDS="xorg-libXmu-dev util-linux-uuid-dev expat-dev" 2.17 + 2.18 +# Rules to configure and make the package. 2.19 +compile_rules() 2.20 +{ 2.21 + ./configure $CONFIGURE_ARGS && make && make install 2.22 +} 2.23 + 2.24 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.25 +genpkg_rules() 2.26 +{ 2.27 + mkdir -p $fs/usr/lib 2.28 + cp -a $install/usr/lib/*.so* $fs/usr/lib 2.29 +}
3.1 --- a/xorg-libXaw3d/receipt Fri Jan 25 10:03:15 2013 +0100 3.2 +++ b/xorg-libXaw3d/receipt Fri Jan 25 10:52:31 2013 +0100 3.3 @@ -10,8 +10,8 @@ 3.4 WEB_SITE="http://www.x.org/" 3.5 WGET_URL="$XORG_MIRROR/lib/$TARBALL" 3.6 3.7 -DEPENDS="xorg-libXmu xorg-libXpm" 3.8 -BUILD_DEPENDS="xorg-libXmu-dev xorg-libXpm-dev util-linux-uuid-dev" 3.9 +DEPENDS="xorg-libXmu" 3.10 +BUILD_DEPENDS="xorg-libXmu-dev util-linux-uuid-dev" 3.11 3.12 # Rules to configure and make the package. 3.13 compile_rules()
4.1 --- a/xpaint/receipt Fri Jan 25 10:03:15 2013 +0100 4.2 +++ b/xpaint/receipt Fri Jan 25 10:52:31 2013 +0100 4.3 @@ -9,8 +9,8 @@ 4.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 4.5 WGET_URL="$SF_MIRROR/sf-$PACKAGE/$TARBALL" 4.6 4.7 -DEPENDS="openjpeg xorg-libXaw3d" 4.8 - 4.9 +DEPENDS="openjpeg libXaw3dXft" 4.10 +BUILD_DEPENDS="openjpeg-dev libXaw3dXft-dev" 4.11 4.12 # Rules to configure and make the package. 4.13 compile_rules()