wok-next diff ebtables/receipt @ rev 17593
Up: gobject-introspection 1.43.3
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Tue Feb 10 17:58:57 2015 +0000 (2015-02-10) |
parents | 029d3e9b3036 |
children | f48456621a9d |
line diff
1.1 --- a/ebtables/receipt Wed Feb 23 03:05:42 2011 +0100 1.2 +++ b/ebtables/receipt Tue Feb 10 17:58:57 2015 +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