wok-current view gegl-dev/receipt @ rev 3675

Add ocsinventory-agent
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sat Jul 11 12:17:46 2009 +0200 (2009-07-11)
parents 148182ebcbea
children fb4d44366d13
line source
1 # SliTaz package receipt.
3 PACKAGE="gegl-dev"
4 VERSION="0.0.22"
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 }