wok-next view libupnp/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents 5841522533ec
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libupnp"
4 VERSION="1.6.17"
5 CATEGORY="network"
6 SHORT_DESC="The portable Universal Plug and Play (UPnP)"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://pupnp.sourceforge.net/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="$SF_MIRROR/pupnp/$TARBALL"
14 BUILD_DEPENDS="libxml2-dev libpthread-stubs"
15 SPLIT="$PACKAGE-dev"
17 compile_rules() {
18 ./configure $CONFIGURE_ARGS &&
19 fix libtool &&
20 make &&
21 make DESTDIR=$install install
22 }
24 genpkg_rules() {
25 case $PACKAGE in
26 libupnp)
27 copy @std
28 DEPENDS="libxml2"
29 ;;
30 *-dev)
31 copy @dev
32 ;;
33 esac
34 }