network/firehol: Updated for version 1.273

This commit is contained in:
fdeak 2010-05-13 00:36:27 +02:00 committed by David Somero
parent ee6968a770
commit 609e379651
2 changed files with 3 additions and 1 deletions

View file

@ -82,5 +82,5 @@ cat $CWD/rc.firehol > $PKG/etc/rc.d/rc.firehol.new
# create the package
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View file

@ -2,7 +2,9 @@ PRGNAM="firehol"
VERSION="1.273"
HOMEPAGE="http://firehol.sf.net"
DOWNLOAD="http://downloads.sourceforge.net/firehol/firehol-1.273.tar.bz2"
DOWNLOAD_x86_64=""
MD5SUM="cbbe1ba21cf44955827d5c906a55aa21"
MD5SUM_x86_64=""
MAINTAINER="fdeak"
EMAIL="ferenc.deak@gmail.com"
APPROVED="dsomero"