wok-stable view pwlib-dev/receipt @ rev 476

Up: slitaz-base-files (1.3.1)
author Christophe Lincoln <pankso@slitaz.org>
date Fri Mar 21 14:29:44 2008 +0100 (2008-03-21)
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 }