wok view libXaw3dXft/receipt @ rev 15417

Up: thunderbird-langpack-es_AR (17.0.9esr)
author Dominique Corbex <domcox@slitaz.org>
date Sun Nov 03 21:52:39 2013 +0100 (2013-11-03)
parents 677cbc9dcb37
children 1170c748b1ab
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 LICENSE="MIT"
9 WEB_SITE="http://sourceforge.net/projects/sf-xpaint/"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WGET_URL="$SF_MIRROR/sf-xpaint/$TARBALL"
13 DEPENDS="xorg-libXmu fontconfig xorg-libXrender xorg-libXft lzlib"
14 BUILD_DEPENDS="xorg-libXmu-dev util-linux-uuid-dev expat-dev libxml2-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure \
20 --enable-arrow-scrollbars \
21 --enable-gray-stipples \
22 --enable-multiplane-bitmaps \
23 $CONFIGURE_ARGS && make && make install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr/lib
30 cp -a $install/usr/lib/*.so* $fs/usr/lib
31 }