wok view pwlib-dev/receipt @ rev 1143
Add php-mysql
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jul 25 08:39:27 2008 +0000 (2008-07-25) |
parents | b258996b40a5 |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="pwlib-dev"
4 VERSION="1.10.10"
5 CATEGORY="development"
6 SHORT_DESC="Portable Windows Libary devel files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WANTED="pwlib"
9 WEB_SITE="http://www.ekiga.org/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir $fs/usr
15 cp -a $_pkg/usr/include $fs/usr
16 cp -a $_pkg/usr/share $fs/usr
17 }