wok view lite-dev/receipt @ rev 18001

fusecloop: block devices are ... block aligned (512 bytes)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Apr 25 17:12:51 2015 +0200 (2015-04-25)
parents
children fc9203de5ff2
line source
1 # SliTaz package receipt.
3 PACKAGE="lite-dev"
4 VERSION="0.8.10"
5 CATEGORY="graphics"
6 SHORT_DESC="DirectFB - LiTE devel files"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="lite"
10 WEB_SITE="http://www.directfb.org/index.php?path=Platform/LiTE"
11 HOST_ARCH="i486 arm"
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/pkgconfig $fs/usr/lib
20 }