wok-6.x rev 15155
djmount: filter wrong error trigger
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Aug 15 17:26:09 2013 +0000 (2013-08-15) |
parents | 7b3764f928eb |
children | 5913b5418083 |
files | djmount/receipt ecofont/receipt |
line diff
1.1 --- a/djmount/receipt Thu Aug 15 16:47:48 2013 +0000 1.2 +++ b/djmount/receipt Thu Aug 15 17:26:09 2013 +0000 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
2.1 --- a/ecofont/receipt Thu Aug 15 16:47:48 2013 +0000 2.2 +++ b/ecofont/receipt Thu Aug 15 17:26:09 2013 +0000 2.3 @@ -14,7 +14,7 @@ 2.4 # Rules to configure and make the package. 2.5 compile_rules() 2.6 { 2.7 - mkdir -p $src 2> /dev/null && mv *.ttf $src || return 0 2.8 + unzip $SOURCES_REPOSITORY/$TARBALL 2.9 } 2.10 2.11 # Rules to gen a SliTaz package suitable for Tazpkg.