contrib/ebtables/Pkgfile

19 lines
484 B
Plaintext
Raw Normal View History

2006-11-14 14:43:47 +02:00
# Description: A firewalling tool to transparently filter network traffic passing a bridge
# URL: http://ebtables.sourceforge.net/
# Maintainer: Mikhail Kolesnik, mike at openbunker dot org
# Depends on:
name=ebtables
2009-07-27 14:23:56 +03:00
version=2.0.9-1
2006-11-14 14:43:47 +02:00
release=1
source=(http://dl.sourceforge.net/sourceforge/$name/$name-v$version.tar.gz \
2007-02-18 20:35:43 +02:00
$name-makefile.diff)
2006-11-14 14:43:47 +02:00
build() {
cd $name-v$version
2007-10-10 13:15:02 +03:00
patch -p1 -i $SRC/$name-makefile.diff
2006-11-14 14:43:47 +02:00
make
make DESTDIR=$PKG install
rm -rf $PKG/etc/{rc.d,sysconfig}
}