wok view libwapcaplet-dev/receipt @ rev 17476

isolinux/iso2exe: fix mkfloppy
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Dec 29 18:24:44 2014 +0100 (2014-12-29)
parents 19e754eb6f96
children fc9203de5ff2
line source
1 # SliTaz package receipt.
3 PACKAGE="libwapcaplet-dev"
4 VERSION="0.1.1"
5 CATEGORY="development"
6 SHORT_DESC="String internment library dev files"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="MIT"
9 WANTED="libwapcaplet"
10 WEB_SITE="http://www.netsurf-browser.org/projects/libwapcaplet/"
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/lib/*.*a $fs/usr/lib
18 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 }