wok-next diff libupnp/receipt @ rev 17963

libfm: set small icons size to 16; pcmanfm: show "My Documents", "Trash" and mount points by default on the Desktop.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 17 03:20:22 2015 +0300 (2015-04-17)
parents 285253ecf6e2
children c3a368c0cddb
line diff
     1.1 --- a/libupnp/receipt	Thu Apr 19 10:06:58 2012 +0000
     1.2 +++ b/libupnp/receipt	Fri Apr 17 03:20:22 2015 +0300
     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  }