wok view directfb-dev/receipt @ rev 15579

Remove cromfs-or-squashfs; add some licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 30 10:06:29 2013 +0000 (2013-11-30)
parents e5b73f3c73d4
children 851fc1686394
line source
1 # SliTaz package receipt.
3 PACKAGE="directfb-dev"
4 VERSION="1.4.3"
5 CATEGORY="development"
6 SHORT_DESC="DirectFB devel files."
7 WANTED="directfb"
8 SOURCE="DirectFB"
9 MAINTAINER="pankso@slitaz.org"
10 LICENSE="LGPL2.1"
11 WEB_SITE="http://www.directfb.org/"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $install/usr/include $fs/usr
18 cp -a $install/usr/lib/*.*a $fs/usr/lib
19 cp -a $install/usr/lib/directfb-1.4-0 $fs/usr/lib
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
21 find $fs/usr/lib -name "*.so*" -exec rm '{}' \;
22 }