diff options
author | fdeak <ferenc.deak@gmail.com> | 2010-05-13 00:36:27 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:36:27 +0200 |
commit | 609e37965126dc7fbd89188c168a40e6cf3def4b (patch) | |
tree | 5b2fc8bea7b98a7085c15024993594e285abc4cd /network/firehol | |
parent | ee6968a7700d822bbd589686746139c4571820fd (diff) | |
download | slackbuilds-609e37965126dc7fbd89188c168a40e6cf3def4b.tar.gz |
network/firehol: Updated for version 1.273
Diffstat (limited to 'network/firehol')
-rw-r--r-- | network/firehol/firehol.SlackBuild | 2 | ||||
-rw-r--r-- | network/firehol/firehol.info | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/network/firehol/firehol.SlackBuild b/network/firehol/firehol.SlackBuild index cf4bf42079..28fc8588e0 100644 --- a/network/firehol/firehol.SlackBuild +++ b/network/firehol/firehol.SlackBuild @@ -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} diff --git a/network/firehol/firehol.info b/network/firehol/firehol.info index 3fdece4d9d..7e516f5351 100644 --- a/network/firehol/firehol.info +++ b/network/firehol/firehol.info @@ -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" |