wok-stable view gegl-dev/receipt @ rev 4488
Add libv4l (linux video 1,2 for webcam)
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Wed Nov 18 10:50:17 2009 +0000 (2009-11-18) |
parents | 9984ea8fb822 |
children | fc5b4fce2dc0 |
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 WEB_SITE="http://gegl.org/"
10 WANTED="gegl"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib/gegl-0.0
17 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
18 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
19 cp -a $_pkg/usr/lib/gegl-0.0/*.*a $fs/usr/lib/gegl-0.0
20 cp -a $_pkg/usr/include $fs/usr
21 }