wok view gegl-dev/receipt @ rev 3742
Upgrade: module-init-tools (3.9 to 3.10)
author | Matthew Sheets <rcx@zoominternet.net> |
---|---|
date | Thu Jul 23 11:18:35 2009 +0000 (2009-07-23) |
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 }