wok view libwapcaplet-dev/receipt @ rev 17950

Add: "make-slitaz-icons": tool to create SliTaz icon set from any Linux icon sets; "slitaz-icons-faenza": candidate to substitute "slitaz-icon" in the upcoming SliTaz release, still need testing (to find absent icons).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 16 03:14:37 2015 +0300 (2015-04-16)
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 }