wok view libwapcaplet-dev/receipt @ rev 16296

Up: xfce4-appfinder (4.11.0)
author Alexander Medvedev <devl547@gmail.com>
date Mon Apr 07 07:57:01 2014 +0000 (2014-04-07)
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 }