wok-current view directfb-dev/receipt @ rev 24064
Fix mailsync
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jun 12 11:07:34 2021 +0000 (2021-06-12) |
parents | 714a4d921e07 |
children | dcb071a5e9e6 |
line source
1 # SliTaz package receipt.
3 PACKAGE="directfb-dev"
4 VERSION="1.7.7"
5 CATEGORY="development"
6 SHORT_DESC="DirectFB - development files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://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 }