wok view directfb-dev/receipt @ rev 20844
created recipe for fluxcomp 1.4.4
author | Hans-G?nter Theisgen |
---|---|
date | Thu Feb 21 13:50:05 2019 +0100 (2019-02-21) |
parents | f730b5689911 |
children | 7efb0abbd6ce |
line source
1 # SliTaz package receipt.
3 PACKAGE="directfb-dev"
4 VERSION="1.7.7"
5 CATEGORY="development"
6 SHORT_DESC="DirectFB devel files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="http://www.directfb.org/"
11 SOURCE="DirectFB"
12 WANTED="directfb"
13 DEPENDS="pkg-config"
14 HOST_ARCH="i486 arm"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/lib
20 cp -a $install/usr/include $fs/usr
21 cp -a $install/usr/lib/*.*a $fs/usr/lib
22 cp -a $install/usr/lib/directfb-* $fs/usr/lib
23 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
24 find $fs/usr/lib -name "*.so*" -exec rm '{}' \;
25 }