wok view libwapcaplet-dev/receipt @ rev 18285

smbbox: update depends
author Richard Dunbar <mojo@slitaz.org>
date Mon Aug 10 11:38:27 2015 -0400 (2015-08-10)
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 }