wok-current view pwlib-dev/receipt @ rev 819

Up slitaz-configs (2.2) - Use JPG bg image and Slim/Openbox theme polished
author Christophe Lincoln <pankso@slitaz.org>
date Sat May 17 13:57:34 2008 +0200 (2008-05-17)
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 }