[arch-commits] Commit in fwbuilder/trunk (PKGBUILD)

Kevin Piche kevin at archlinux.org
Fri Oct 3 17:01:15 UTC 2008


    Date: Friday, October 3, 2008 @ 13:01:14
  Author: kevin
Revision: 14108

upgpkg: fwbuilder 3.0.0-1

Modified:
  fwbuilder/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-10-03 16:57:23 UTC (rev 14107)
+++ PKGBUILD	2008-10-03 17:01:14 UTC (rev 14108)
@@ -3,27 +3,27 @@
 # Maintainer: Kevin Piche <kevin at archlinux.org>
 
 pkgname=fwbuilder
-pkgver=2.1.17
+pkgver=3.0.0
 pkgrel=1
 pkgdesc="Object-oriented GUI and set of compilers for various firewall platforms"
 arch=(i686 x86_64)
 license=('GPL')
-depends=("libfwbuilder>=$pkgver" 'gcc-libs' 'qt3>=3.3.5')
+depends=("libfwbuilder>=$pkgver" 'qt>=4.3')
 source=(http://dl.sourceforge.net/sourceforge/fwbuilder/$pkgname-$pkgver.tar.gz)
 url="http://www.fwbuilder.org/"
-md5sums=('6ac3e9c5663382271287df71e7a30239')
+md5sums=('a96a34e077b01fc97cbdfc423a3c978b')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
-. /etc/profile.d/qt3.sh
-  [ "$CARCH" = "x86_64" ] && ARCH="-64"
-  export QMAKESPEC=/opt/qt/mkspecs/linux-g++$ARCH/
+#. /etc/profile.d/qt3.sh
+#  [ "$CARCH" = "x86_64" ] && ARCH="-64"
+#  export QMAKESPEC=/opt/qt/mkspecs/linux-g++$ARCH/
   ./configure --prefix=/usr
   # fix the lib paths
-  [ "$CARCH" = "x86_64" ] &&  sed -i "s#lib64#lib#g" \
-	{src/fwbedit/Makefile,src/fwblookup/Makefile,src/gui/Makefile,src/ipt/Makefile,src/pf/Makefile,src/ipf/Makefile,src/ipfw/Makefile}
+#  [ "$CARCH" = "x86_64" ] &&  sed -i "s#lib64#lib#g" \
+#	{src/fwbedit/Makefile,src/fwblookup/Makefile,src/gui/Makefile,src/ipt/Makefile,src/pf/Makefile,src/ipf/Makefile,src/ipfw/Makefile}
   #sed -i "s#/usr/bin/install#/bin/install#" po/Makefile
-  sed -i 's# $(DDIR)# $(INSTALL_ROOT)$(DDIR)#' po/Makefile
+#  sed -i 's# $(DDIR)# $(INSTALL_ROOT)$(DDIR)#' po/Makefile
   make || return 1
   #make prefix=$startdir/pkg/usr install
   make INSTALL_ROOT=$startdir/pkg install




More information about the arch-commits mailing list