wok view libXaw3dXft/receipt @ rev 14080

udisks: update deps - busybox mount does not understand the -o uhelper=udisks2 spawned by udisks
author ernia <monghitri@aruba.it>
date Fri Feb 22 17:25:25 2013 +0000 (2013-02-22)
parents be2618d310ab
children 677cbc9dcb37
line source
1 # SliTaz package receipt.
3 PACKAGE="libXaw3dXft"
4 VERSION="1.6.2"
5 CATEGORY="x-window"
6 SHORT_DESC="Xpaint module"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://sourceforge.net/projects/sf-xpaint/"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WGET_URL="$SF_MIRROR/sf-xpaint/$TARBALL"
12 DEPENDS="xorg-libXmu fontconfig xorg-libXrender xorg-libXft lzlib"
13 BUILD_DEPENDS="xorg-libXmu-dev util-linux-uuid-dev expat-dev"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 ./configure \
19 --enable-arrow-scrollbars \
20 --enable-gray-stipples \
21 --enable-multiplane-bitmaps \
22 $CONFIGURE_ARGS && make && make install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr/lib
29 cp -a $install/usr/lib/*.so* $fs/usr/lib
30 }