wok view gegl-dev/receipt @ rev 2921

Add: nicotine+ (soulseek network client)
author Claudinei Pereira <claudinei@slitaz.org>
date Wed May 06 23:26:44 2009 +0000 (2009-05-06)
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 }