wok view miniupnpc-dev/receipt @ rev 14882

python-socketpool, python-restkit, python-http-parser, python-couchdbkit: we need a meaningfull TARBALL to store sources on mirror
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 24 15:51:20 2013 +0000 (2013-07-24)
parents
children bb009a6ef036
line source
1 # SliTaz package receipt.
3 PACKAGE="miniupnpc-dev"
4 VERSION="1.8"
5 CATEGORY="development"
6 SHORT_DESC="UPnP Internet Gateway Device (IGD) specifications client development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://miniupnp.tuxfamily.org/"
9 WANTED="miniupnpc"
11 DEPENDS="miniupnpc"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $install/usr/include $fs/usr
18 cp -a $install/usr/lib/*a $fs/usr/lib
19 }