wok-next diff libupnp/receipt @ rev 21066

Switch some python packages to traditional build
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Dec 06 13:30:23 2018 +0200 (2018-12-06)
parents 5841522533ec
children
line diff
     1.1 --- a/libupnp/receipt	Mon Apr 16 11:36:31 2018 +0300
     1.2 +++ b/libupnp/receipt	Thu Dec 06 13:30:23 2018 +0200
     1.3 @@ -4,7 +4,7 @@
     1.4  VERSION="1.6.17"
     1.5  CATEGORY="network"
     1.6  SHORT_DESC="The portable Universal Plug and Play (UPnP)"
     1.7 -MAINTAINER="pankso@slitaz.org"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="BSD"
    1.10  WEB_SITE="http://pupnp.sourceforge.net/"
    1.11  
    1.12 @@ -12,13 +12,13 @@
    1.13  WGET_URL="$SF_MIRROR/pupnp/$TARBALL"
    1.14  
    1.15  BUILD_DEPENDS="libxml2-dev libpthread-stubs"
    1.16 -SPLIT="libupnp-dev"
    1.17 +SPLIT="$PACKAGE-dev"
    1.18  
    1.19  compile_rules() {
    1.20  	./configure $CONFIGURE_ARGS &&
    1.21  	fix libtool &&
    1.22  	make &&
    1.23 -	make DESTDIR=$DESTDIR install
    1.24 +	make DESTDIR=$install install
    1.25  }
    1.26  
    1.27  genpkg_rules() {