wok-6.x annotate libXaw3dXft/receipt @ rev 14326
notecase: fix compile_rules (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Apr 08 09:44:35 2013 +0200 (2013-04-08) |
parents | be2618d310ab |
children | 677cbc9dcb37 |
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@13916 | 8 WEB_SITE="http://sourceforge.net/projects/sf-xpaint/" |
pascal@13916 | 9 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
pascal@13916 | 10 WGET_URL="$SF_MIRROR/sf-xpaint/$TARBALL" |
pascal@13916 | 11 |
pascal@13916 | 12 DEPENDS="xorg-libXmu fontconfig xorg-libXrender xorg-libXft lzlib" |
pascal@13916 | 13 BUILD_DEPENDS="xorg-libXmu-dev util-linux-uuid-dev expat-dev" |
pascal@13916 | 14 |
pascal@13916 | 15 # Rules to configure and make the package. |
pascal@13916 | 16 compile_rules() |
pascal@13916 | 17 { |
pascal@13917 | 18 ./configure \ |
pascal@13917 | 19 --enable-arrow-scrollbars \ |
pascal@13917 | 20 --enable-gray-stipples \ |
pascal@13917 | 21 --enable-multiplane-bitmaps \ |
pascal@13917 | 22 $CONFIGURE_ARGS && make && make install |
pascal@13916 | 23 } |
pascal@13916 | 24 |
pascal@13916 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@13916 | 26 genpkg_rules() |
pascal@13916 | 27 { |
pascal@13916 | 28 mkdir -p $fs/usr/lib |
pascal@13916 | 29 cp -a $install/usr/lib/*.so* $fs/usr/lib |
pascal@13916 | 30 } |