mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/firehol: Updated for version 1.273
This commit is contained in:
parent
ee6968a770
commit
609e379651
2 changed files with 3 additions and 1 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue