wok view babl-dev/receipt @ rev 13857

Up Bleachbit
author Brenton Scott <admin@trixarian.net>
date Fri Jan 11 07:57:40 2013 +0200 (2013-01-11)
parents e631119ef303
children 205d192370e5
line source
1 # SliTaz package receipt.
3 PACKAGE="babl-dev"
4 VERSION="0.1.6"
5 CATEGORY="development"
6 SHORT_DESC="pixel format translation library dev files."
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="babl"
9 WEB_SITE="http://gegl.org/babl/"
10 WANTED="babl"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
17 cp -a $install/usr/lib/*.*a $fs/usr/lib
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/lib/babl-* $fs/usr/lib
20 rm $fs/usr/lib/babl-*/*.so
21 }