mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/fwbuilder: Updated for version 3.0.4
This commit is contained in:
parent
2b9d0de4e9
commit
669a7c7fb1
3 changed files with 4 additions and 3 deletions
|
@ -5,4 +5,4 @@ administrator maintain a database of network objects and allows policy
|
|||
editing using simple drag-and-drop operations. Firewall Builder currently
|
||||
supports iptables, ipfilter, OpenBSD PF, and Cisco PIX.
|
||||
|
||||
This requires libfwbuilder and QT4 available at SlackBuilds.org.
|
||||
This requires libfwbuilder.
|
||||
|
|
|
@ -65,7 +65,6 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--prefix=/usr \
|
||||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
--with-docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||
--with-qmake=qmake-qt4 \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
make
|
||||
|
@ -87,4 +86,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
|
|||
cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
||||
|
||||
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="fwbuilder"
|
|||
VERSION="3.0.4"
|
||||
HOMEPAGE="http://www.fwbuilder.org/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/fwbuilder/fwbuilder-3.0.4.tar.gz"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM="a53ad035511e6a8a6b4b89e6eacf4485"
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="David Somero"
|
||||
EMAIL="dsomero@hotmail.com"
|
||||
APPROVED="rworkman"
|
||||
|
|
Loading…
Reference in a new issue