wok view babl-dev/receipt @ rev 16417

ARM: add libbsd and fix libnl *.a
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 17 14:30:15 2014 +0200 (2014-04-17)
parents 205d192370e5
children c1cdacb7defd
line source
1 # SliTaz package receipt.
3 PACKAGE="babl-dev"
4 VERSION="0.1.10"
5 CATEGORY="development"
6 SHORT_DESC="pixel format translation library dev files."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="LGPL3"
9 WEB_SITE="http://gegl.org/babl/"
10 WANTED="babl"
12 DEPENDS="babl pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
19 cp -a $install/usr/lib/*.*a $fs/usr/lib
20 cp -a $install/usr/include $fs/usr
21 cp -a $install/usr/lib/babl-* $fs/usr/lib
22 rm $fs/usr/lib/babl-*/*.so
23 }