wok view gegl-dev/receipt @ rev 15954

Up: pciutils (3.2.1) and ids file. This fix intel agp module name
author Christophe Lincoln <pankso@slitaz.org>
date Sun Feb 23 15:54:50 2014 +0100 (2014-02-23)
parents 2b9f96603415
children 8206cd68c4e2
line source
1 # SliTaz package receipt.
3 PACKAGE="gegl-dev"
4 VERSION="0.2.0"
5 CATEGORY="development"
6 SHORT_DESC="Generic Graphics Library dev files"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://gegl.org/"
10 WANTED="gegl"
12 DEPENDS="gegl pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib/gegl-0.2
18 cp -a $install/usr/lib/*.*a $fs/usr/lib
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 cp -a $install/usr/lib/gegl-0.2/*.*a $fs/usr/lib/gegl-0.2
21 cp -a $install/usr/include $fs/usr
22 }