wok-6.x view wvstreams-dev/receipt @ rev 14869
Up: perl-pango (1.224)
author | Claudinei Pereira <claudinei@slitaz.org> |
---|---|
date | Mon Jul 22 19:47:37 2013 -0300 (2013-07-22) |
parents | |
children | 2a21689b0af7 |
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 WANTED="wvstreams"
9 WEB_SITE="http://wvstreams.googlecode.com"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib
15 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
16 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
17 cp -a $_pkg/usr/include/ $fs/usr
18 }