wok-6.x diff libupnp/receipt @ rev 15814
Up: transmission to 2.82.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Jan 24 03:16:05 2014 +0000 (2014-01-24) |
parents | 285253ecf6e2 |
children | c20cd1a0411a |
line diff
1.1 --- a/libupnp/receipt Thu Apr 19 10:06:58 2012 +0000 1.2 +++ b/libupnp/receipt Fri Jan 24 03:16:05 2014 +0000 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="The portable Universal Plug and Play (UPnP)." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="libxml2" 1.8 -BUILD_DEPENDS="libxml2-dev libpthread-stubs" 1.9 +LICENSE="BSD" 1.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.11 WEB_SITE="http://pupnp.sourceforge.net/" 1.12 WGET_URL="$SF_MIRROR/pupnp/$TARBALL" 1.13 1.14 +DEPENDS="libxml2" 1.15 +BUILD_DEPENDS="libxml2-dev libpthread-stubs" 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 { 1.20 @@ -26,5 +28,5 @@ 1.21 genpkg_rules() 1.22 { 1.23 mkdir -p $fs/usr/lib 1.24 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.25 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.26 }