#Maintainer: Christopher Rey P. Baluyut pkgname=shorewall-perl pkgver=4.2.10.3 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=('README.txt' 'changelog.txt' 'releasenotes.txt' 'COPYING') url="http://www.shorewall.net/" extradepends=('perl' 'shorewall-common') options=('norequiredbuilder') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "Shorewall-Perl (Perl-based compiler for Shoreline Firewall)" "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 is the perl compiler part of" "Shorewall that allows faster compilation and execution than the" "legacy shorewall-shell compiler." ) build() { cd $startdir/src/$pkgname-$pkgver PREFIX=$startdir/pkg OWNER='root' GROUP='root' DEST=/etc/rc.d SLACKWARE=yes install.sh rm -rf $startdir/pkg/sbin $startdir/pkg/etc }