wok-4.x view wvstreams-dev/receipt @ rev 11682
Up: git to 1.7.9.1. Add git-daemon so the user can run a web daemon of git repos.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Feb 18 08:37:39 2012 -0500 (2012-02-18) |
parents | |
children |
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 }