wok view wvstreams-dev/receipt @ rev 15363

Add some licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 03 09:52:57 2013 +0000 (2013-10-03)
parents c467222c631f
children 3af9c976b7d4
line source
1 # SliTaz package receipt.
3 PACKAGE="wvstreams-dev"
4 VERSION="4.6.1"
5 CATEGORY="development"
6 SHORT_DESC="wvstreams devel files."
7 MAINTAINER="jozee@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="wvstreams"
10 WEB_SITE="http://wvstreams.googlecode.com"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
17 cp -a $install/usr/lib/*.*a $fs/usr/lib
18 cp -a $install/usr/include/ $fs/usr
19 }