wok diff thttpd/receipt @ rev 19294

sane-backends, scons, scrot, shell-fm, smake, soundtouch, wireless_tools: fix man or doc path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 06 16:30:34 2016 +0200 (2016-07-06)
parents 1c6d90864e25
children ad52c2b51c28
line diff
     1.1 --- a/thttpd/receipt	Mon Sep 23 16:48:30 2013 +0000
     1.2 +++ b/thttpd/receipt	Wed Jul 06 16:30:34 2016 +0200
     1.3 @@ -5,11 +5,13 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="Throttleable lightweight httpd server"
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS=""
     1.8 +LICENSE="BSD"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://www.acme.com/software/thttpd/"
    1.11  WGET_URL="http://www.acme.com/software/thttpd/$TARBALL"
    1.12  
    1.13 +DEPENDS=""
    1.14 +
    1.15  # Rules to configure and make the package.
    1.16  compile_rules()
    1.17  {
    1.18 @@ -20,7 +22,7 @@
    1.19  		--infodir=/usr/share/info \
    1.20  		--mandir=/usr/share/man \
    1.21  		$CONFIGURE_ARGS &&
    1.22 -	make 2>&1 | grep -v "STRERROR" 
    1.23 +	make
    1.24  }
    1.25  
    1.26  # Rules to gen a SliTaz package suitable for Tazpkg.