wok-6.x annotate 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 |
rev | line source |
---|---|
jozee@5089 | 1 # SliTaz package receipt. |
jozee@5089 | 2 |
jozee@5089 | 3 PACKAGE="wvstreams-dev" |
jozee@5089 | 4 VERSION="4.6.1" |
jozee@5089 | 5 CATEGORY="development" |
jozee@5089 | 6 SHORT_DESC="wvstreams devel files." |
jozee@5089 | 7 MAINTAINER="jozee@slitaz.org" |
pascal@15363 | 8 LICENSE="GPL2" |
jozee@5089 | 9 WANTED="wvstreams" |
jozee@5089 | 10 WEB_SITE="http://wvstreams.googlecode.com" |
jozee@5089 | 11 |
jozee@5089 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
jozee@5089 | 13 genpkg_rules() |
jozee@5089 | 14 { |
jozee@5089 | 15 mkdir -p $fs/usr/lib |
pascal@15363 | 16 cp -a $install/usr/lib/pkgconfig $fs/usr/lib |
pascal@15363 | 17 cp -a $install/usr/lib/*.*a $fs/usr/lib |
pascal@15363 | 18 cp -a $install/usr/include/ $fs/usr |
jozee@5089 | 19 } |