wok diff thttpd/receipt @ rev 15919

openbox: depends on xorg-libXcursor (fix no X in justx flavor)
author Christophe Lincoln <pankso@slitaz.org>
date Tue Feb 18 17:43:11 2014 +0100 (2014-02-18)
parents 1c6d90864e25
children ad52c2b51c28
line diff
     1.1 --- a/thttpd/receipt	Mon Sep 23 16:48:30 2013 +0000
     1.2 +++ b/thttpd/receipt	Tue Feb 18 17:43:11 2014 +0100
     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.