wok diff enca/receipt @ rev 19194

Add: EtherApe. A graphical network monitor for SliTaz.
author Leonardo Laporte <hackdorte@sapo.pt>
date Mon Jun 06 09:08:05 2016 -0300 (2016-06-06)
parents fcdd50638150
children e3f377fbc5f0
line diff
     1.1 --- a/enca/receipt	Mon Dec 02 16:43:36 2013 +0000
     1.2 +++ b/enca/receipt	Mon Jun 06 09:08:05 2016 -0300
     1.3 @@ -9,14 +9,16 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.5  WEB_SITE="http://gitorious.org/enca"
     1.6  WGET_URL="http://dl.cihar.com/enca/$TARBALL"
     1.7 +#HOST_ARCH="i486 arm"
     1.8  
     1.9  # Rules to configure and make the package.
    1.10  compile_rules()
    1.11  {
    1.12 -	cd $src
    1.13 +	#sed -e "s#./make_hash#./native_make_hash#" -i tools/Makefile.am || exit 1
    1.14  	./configure \
    1.15      	--prefix=/usr \
    1.16      	--libexecdir=/usr/lib \
    1.17 +    	--disable-static \
    1.18      	$CONFIGURE_ARGS &&
    1.19  	make &&
    1.20  	make DESTDIR=$DESTDIR install