wok view xpaint/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 9097137c3fae
children 6fa1191ecbc9
line source
1 # SliTaz package receipt.
3 PACKAGE="xpaint"
4 VERSION="2.9.9.1"
5 CATEGORY="graphics"
6 SHORT_DESC="Simple paint program for X"
7 MAINTAINER="mojo@slitaz.org"
8 WEB_SITE="http://sourceforge.net/projects/sf-xpaint/"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WGET_URL="$SF_MIRROR/sf-$PACKAGE/$TARBALL"
12 DEPENDS="openjpeg libXaw3dXft"
13 BUILD_DEPENDS="openjpeg-dev libXaw3dXft-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 cp -a $install/* $fs
25 rm -r $fs/usr/share/xpaint/include
26 mkdir -p $fs/usr/lib
27 mkdir -p $fs/usr/share/pixmaps
28 cp $stuff/xpaint.xpm $fs/usr/share/pixmaps
29 }