contrib/ebtables/Pkgfile

19 lines
484 B
Plaintext
Raw Normal View History

2006-11-14 13:43:47 +01: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
2007-10-10 12:15:02 +02:00
version=2.0.8-2
2006-11-14 13:43:47 +01:00
release=1
source=(http://dl.sourceforge.net/sourceforge/$name/$name-v$version.tar.gz \
2007-02-18 19:35:43 +01:00
$name-makefile.diff)
2006-11-14 13:43:47 +01:00
build() {
cd $name-v$version
2007-10-10 12:15:02 +02:00
patch -p1 -i $SRC/$name-makefile.diff
2006-11-14 13:43:47 +01:00
make
make DESTDIR=$PKG install
rm -rf $PKG/etc/{rc.d,sysconfig}
}