wok view libXaw3dXft/receipt @ rev 13916

Add libXaw3dXft
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jan 25 10:52:31 2013 +0100 (2013-01-25)
parents
children 6fa1191ecbc9
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 $CONFIGURE_ARGS && make && make install
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/lib
25 cp -a $install/usr/lib/*.so* $fs/usr/lib
26 }