wok view pwlib-dev/receipt @ rev 1473

Up mpfr (2.3.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 04 12:48:27 2008 +0000 (2008-10-04)
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 }