wok view wvstreams-dev/receipt @ rev 7618

Up: php to 5.2.15. Will need to updated 5.3.x soon since this is the last 5.2.x update.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Dec 12 08:13:09 2010 +0000 (2010-12-12)
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 }