wok view libwapcaplet-dev/receipt @ rev 19325

Add TweetDeck Web
author Leonardo Laporte <hackdorte@sapo.pt>
date Thu Jul 14 06:55:17 2016 -0300 (2016-07-14)
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 }