wok annotate libXaw3dXft/receipt @ rev 16040
tazpanel: gettext is installed in chroot
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Mar 09 11:49:44 2014 +0100 (2014-03-09) |
parents | 677cbc9dcb37 |
children | 1170c748b1ab |
rev | line source |
---|---|
pascal@13916 | 1 # SliTaz package receipt. |
pascal@13916 | 2 |
pascal@13916 | 3 PACKAGE="libXaw3dXft" |
pascal@13916 | 4 VERSION="1.6.2" |
pascal@13916 | 5 CATEGORY="x-window" |
pascal@13916 | 6 SHORT_DESC="Xpaint module" |
pascal@13916 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15379 | 8 LICENSE="MIT" |
pascal@13916 | 9 WEB_SITE="http://sourceforge.net/projects/sf-xpaint/" |
pascal@13916 | 10 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
pascal@13916 | 11 WGET_URL="$SF_MIRROR/sf-xpaint/$TARBALL" |
pascal@13916 | 12 |
pascal@13916 | 13 DEPENDS="xorg-libXmu fontconfig xorg-libXrender xorg-libXft lzlib" |
pascal@15114 | 14 BUILD_DEPENDS="xorg-libXmu-dev util-linux-uuid-dev expat-dev libxml2-dev" |
pascal@13916 | 15 |
pascal@13916 | 16 # Rules to configure and make the package. |
pascal@13916 | 17 compile_rules() |
pascal@13916 | 18 { |
pascal@13917 | 19 ./configure \ |
pascal@13917 | 20 --enable-arrow-scrollbars \ |
pascal@13917 | 21 --enable-gray-stipples \ |
pascal@13917 | 22 --enable-multiplane-bitmaps \ |
pascal@13917 | 23 $CONFIGURE_ARGS && make && make install |
pascal@13916 | 24 } |
pascal@13916 | 25 |
pascal@13916 | 26 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@13916 | 27 genpkg_rules() |
pascal@13916 | 28 { |
pascal@13916 | 29 mkdir -p $fs/usr/lib |
pascal@13916 | 30 cp -a $install/usr/lib/*.so* $fs/usr/lib |
pascal@13916 | 31 } |