# HG changeset patch # User Pascal Bellard # Date 1376588186 0 # Node ID 5913b541808357c0fb577ff90f2b88aa5efeb96e # Parent 40901e291d866850a6e5ff00447d791a809d7491 Up ebtables (v2.0.10-4) diff -r 40901e291d86 -r 5913b5418083 ebtables/receipt --- a/ebtables/receipt Thu Aug 15 17:26:09 2013 +0000 +++ b/ebtables/receipt Thu Aug 15 17:36:26 2013 +0000 @@ -1,10 +1,11 @@ # SliTaz package receipt. PACKAGE="ebtables" -VERSION="v2.0.9-1" +VERSION="v2.0.10-4" CATEGORY="network" SHORT_DESC="Filtering tool for a Linux-based bridging firewall." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://ebtables.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" @@ -14,6 +15,7 @@ compile_rules() { cd $src + sed -i 's/), ret = 0/), ret = ret - ret/' communication.c mkdir -p $DESTDIR/etc/rc.d/init.d/ $DESTDIR/etc/sysconfig/ make && make DESTDIR=$DESTDIR -j1 install } @@ -22,9 +24,9 @@ genpkg_rules() { mkdir -p $fs/usr $fs/etc - cp -a $_pkg/etc/ethertypes $fs/etc - cp -a $_pkg/etc/sysconfig $fs/etc - cp -a $_pkg/usr/local/sbin $fs/usr - cp -a $_pkg/usr/lib $fs/usr + cp -a $install/etc/ethertypes $fs/etc + cp -a $install/etc/sysconfig $fs/etc + cp -a $install/usr/local/sbin $fs/usr + cp -a $install/usr/lib $fs/usr }