#Maintainer: Christopher Rey P. Baluyut pkgname=shorewall-common pkgver=4.2.10 pkgrel=1 zenver=62 arch=noarch source=(http://www.shorewall.net/pub/shorewall/4.2/shorewall-4.2.10/base/$pkgname-$pkgver.tar.bz2) sourcetemplate=http://zenwalk.pinguix.com/user-accounts/shingoku/$pkgname/source docs=('COPYING' 'INSTALL' 'changelog.txt' 'releasenotes.txt' 'tunnel' 'ipsecvpn' 'Samples') url="http://www.shorewall.net/" dotnew=('etc/rc.d/rc.firewall' 'etc/rc.d/rc.shorewall' 'etc/shorewall/accounting' 'etc/shorewall/actions' 'etc/shorewall/blacklist' 'etc/shorewall/continue' 'etc/shorewall/ecn' 'etc/shorewall/hosts' 'etc/shorewall/init' 'etc/shorewall/initdone' 'etc/shorewall/interfaces' 'etc/shorewall/ipsec' 'etc/shorewall/maclist' 'etc/shorewall/masq' 'etc/shorewall/nat' 'etc/shorewall/netmap' 'etc/shorewall/notrack' 'etc/shorewall/params' 'etc/shorewall/policy' 'etc/shorewall/providers' 'etc/shorewall/proxyarp' 'etc/shorewall/restored' 'etc/shorewall/route_rules' 'etc/shorewall/routestopped' 'etc/shorewall/rules' 'etc/shorewall/shorewall.conf' 'etc/shorewall/start' 'etc/shorewall/started' 'etc/shorewall/stop' 'etc/shorewall/stopped' 'etc/shorewall/tcclasses' 'etc/shorewall/tcdevices' 'etc/shorewall/tcfilters' 'etc/shorewall/tcrules' 'etc/shorewall/tos' 'etc/shorewall/tunnels' 'etc/shorewall/zones') options=('norequiredbuilder') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "Shorewall (Iptables Made Easy)" "The Shoreline Firewall, more commonly known as Shorewall," "is a Netfilter (iptables) based firewall that can be used on" "a dedicated firewall system, a multi-function gateway / " "router / server, or on a standalone GNU/Linux system." "This package contains common files required by shorewall-perl" "compiler for Shoreline." ) build() { cd $startdir/src/$pkgname-$pkgver PREFIX=$startdir/pkg \ OWNER='root' \ GROUP='root' \ DEST=/etc/rc.d \ MANDIR=/usr/man \ SLACKWARE=yes \ ./install.sh mkdir -p $startdir/pkg/var/lock/subsys }