wok rev 15156

Up ebtables (v2.0.10-4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 15 17:36:26 2013 +0000 (2013-08-15)
parents 40901e291d86
children d3fe634de29c
files ebtables/receipt
line diff
     1.1 --- a/ebtables/receipt	Thu Aug 15 17:26:09 2013 +0000
     1.2 +++ b/ebtables/receipt	Thu Aug 15 17:36:26 2013 +0000
     1.3 @@ -1,10 +1,11 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="ebtables"
     1.7 -VERSION="v2.0.9-1"
     1.8 +VERSION="v2.0.10-4"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Filtering tool for a Linux-based bridging firewall."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 +LICENSE="GPL2"
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  WEB_SITE="http://ebtables.sourceforge.net/"
    1.15  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.16 @@ -14,6 +15,7 @@
    1.17  compile_rules()
    1.18  {
    1.19  	cd $src
    1.20 +	sed -i 's/), ret = 0/), ret = ret - ret/' communication.c
    1.21  	mkdir -p $DESTDIR/etc/rc.d/init.d/ $DESTDIR/etc/sysconfig/
    1.22  	make && make DESTDIR=$DESTDIR -j1 install
    1.23  }
    1.24 @@ -22,9 +24,9 @@
    1.25  genpkg_rules()
    1.26  {
    1.27  	mkdir -p $fs/usr $fs/etc
    1.28 -	cp -a $_pkg/etc/ethertypes $fs/etc
    1.29 -	cp -a $_pkg/etc/sysconfig $fs/etc
    1.30 -	cp -a $_pkg/usr/local/sbin $fs/usr
    1.31 -	cp -a $_pkg/usr/lib $fs/usr
    1.32 +	cp -a $install/etc/ethertypes $fs/etc
    1.33 +	cp -a $install/etc/sysconfig $fs/etc
    1.34 +	cp -a $install/usr/local/sbin $fs/usr
    1.35 +	cp -a $install/usr/lib $fs/usr
    1.36  }
    1.37