mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
libraries/libfwbuilder: Updated for version 3.0.4
This commit is contained in:
parent
d9d0c3a9a7
commit
1649969e99
3 changed files with 3 additions and 4 deletions
|
@ -6,5 +6,3 @@ editing using simple drag-and-drop operations. Firewall Builder currently
|
|||
supports iptables, ipfilter, OpenBSD PF, and Cisco PIX.
|
||||
|
||||
This builds the shared libraries needed for Firewall Builder.
|
||||
|
||||
This requires QT4.
|
||||
|
|
|
@ -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
|
||||
|
@ -80,4 +79,4 @@ mkdir -p $PKG/install
|
|||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
|
||||
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="libfwbuilder"
|
|||
VERSION="3.0.4"
|
||||
HOMEPAGE="http://www.fwbuilder.org"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/fwbuilder/libfwbuilder-3.0.4.tar.gz"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM="c4d23b9b72c9d2272ab1a41e2bc86903"
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="David Somero"
|
||||
EMAIL="dsomero@hotmail.com"
|
||||
APPROVED="rworkman"
|
||||
|
|
Loading…
Reference in a new issue