wok-next annotate miniupnpc/receipt @ rev 20188
collectd-apache: fix wget_url
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Nov 02 20:48:23 2017 +0100 (2017-11-02) |
parents | bb009a6ef036 |
children | 99d1d45ec006 |
rev | line source |
---|---|
pascal@14505 | 1 # SliTaz package receipt. |
pascal@14505 | 2 |
pascal@14505 | 3 PACKAGE="miniupnpc" |
pascal@14505 | 4 VERSION="1.8" |
pascal@14505 | 5 CATEGORY="network" |
pascal@14505 | 6 SHORT_DESC="UPnP Internet Gateway Device (IGD) specifications client." |
pascal@14505 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15583 | 8 LICENSE="BSD" |
pascal@14505 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@14505 | 10 WEB_SITE="http://miniupnp.tuxfamily.org/" |
pascal@14505 | 11 WGET_URL="$WEB_SITE/files/$TARBALL" |
pascal@19008 | 12 TAGS="upnp" |
pascal@14505 | 13 |
pascal@14505 | 14 DEPENDS="" |
pascal@14505 | 15 BUILD_DEPENDS="" |
pascal@14505 | 16 |
pascal@14505 | 17 # Rules to configure and make the package. |
pascal@14505 | 18 compile_rules() |
pascal@14505 | 19 { |
pascal@14505 | 20 make && |
pascal@14505 | 21 INSTALLPREFIX=$DESTDIR/usr make install |
pascal@14505 | 22 } |
pascal@14505 | 23 |
pascal@14505 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@14505 | 25 genpkg_rules() |
pascal@14505 | 26 { |
pascal@14505 | 27 mkdir -p $fs/usr/lib |
pascal@14505 | 28 cp -a $install/usr/bin $fs/usr |
pascal@14505 | 29 cp -a $install/usr/lib/*.so* $fs/usr/lib |
pascal@14505 | 30 } |