wok view gegl-dev/receipt @ rev 2781

Add Xfe File manager (use Fox lib)
author Christophe Lincoln <pankso@slitaz.org>
date Mon Apr 27 21:12:44 2009 +0200 (2009-04-27)
parents
children 9984ea8fb822
line source
1 # SliTaz package receipt.
3 PACKAGE="gegl-dev"
4 VERSION="0.0.20"
5 CATEGORY="development"
6 SHORT_DESC="Generic Graphics Library dev files"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="gegl"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://gegl.org/"
11 WANTED="gegl"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib/gegl-0.0
20 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
21 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
22 cp -a $_pkg/usr/lib/gegl-0.0/*.*a $fs/usr/lib/gegl-0.0
23 cp -a $_pkg/usr/include $fs/usr
24 }