wok-next annotate libupnp/receipt @ rev 21330

updated libraw again (0.18.7 -> 0.19.5)
author Hans-G?nter Theisgen
date Thu Dec 12 16:15:51 2019 +0100 (2019-12-12)
parents 5841522533ec
children
rev   line source
al@20456 1 # SliTaz package receipt v2.
pankso@4075 2
pankso@4075 3 PACKAGE="libupnp"
slaxemulator@12341 4 VERSION="1.6.17"
pankso@4075 5 CATEGORY="network"
al@20456 6 SHORT_DESC="The portable Universal Plug and Play (UPnP)"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15482 8 LICENSE="BSD"
al@20456 9 WEB_SITE="http://pupnp.sourceforge.net/"
al@20456 10
pankso@4075 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pankso@4075 12 WGET_URL="$SF_MIRROR/pupnp/$TARBALL"
pankso@4075 13
pascal@15482 14 BUILD_DEPENDS="libxml2-dev libpthread-stubs"
al@21020 15 SPLIT="$PACKAGE-dev"
pascal@15482 16
al@20456 17 compile_rules() {
al@20595 18 ./configure $CONFIGURE_ARGS &&
al@20595 19 fix libtool &&
pankso@4075 20 make &&
al@21020 21 make DESTDIR=$install install
pankso@4075 22 }
pankso@4075 23
al@20456 24 genpkg_rules() {
al@20456 25 case $PACKAGE in
al@20456 26 libupnp)
al@20456 27 copy @std
al@20456 28 DEPENDS="libxml2"
al@20456 29 ;;
al@20456 30 *-dev)
al@20456 31 copy @dev
al@20456 32 ;;
al@20456 33 esac
pankso@4075 34 }