wok-6.x diff djmount/receipt @ rev 17434
Up: wv (1.2.9)
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sun Dec 07 11:41:39 2014 +0100 (2014-12-07) |
parents | 22a6fdbd9840 |
children | dbf4eeed945f |
line diff
1.1 --- a/djmount/receipt Wed Mar 16 15:17:42 2011 +0100 1.2 +++ b/djmount/receipt Sun Dec 07 11:41:39 2014 +0100 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="multimedia" 1.5 SHORT_DESC="Mount uPnP mediaservers content as a Linux filesystem." 1.6 MAINTAINER="slitaz@kacper.se" 1.7 -DEPENDS="fuse readline" 1.8 -BUILD_DEPENDS="fuse-dev readline-dev libupnp libupnp-dev" 1.9 +LICENSE="GPL2" 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WEB_SITE="http://djmount.sourceforge.net" 1.12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.13 1.14 +DEPENDS="fuse readline" 1.15 +BUILD_DEPENDS="fuse-dev readline-dev libupnp libupnp-dev" 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 { 1.20 @@ -20,7 +22,7 @@ 1.21 --prefix=/usr \ 1.22 --infodir=/usr/share/info \ 1.23 --mandir=/usr/share/man \ 1.24 - $CONFIGURE_ARGS && 1.25 + $CONFIGURE_ARGS 2>&1 | grep -v /config.rpath: && 1.26 make -j1 && make -j1 install 1.27 } 1.28 1.29 @@ -28,6 +30,6 @@ 1.30 genpkg_rules() 1.31 { 1.32 mkdir -p $fs/usr 1.33 - cp -a $_pkg/usr/bin $fs/usr 1.34 + cp -a $install/usr/bin $fs/usr 1.35 } 1.36