You are not logged in.
Pages: 1
hi everyone,
i have uploaded the "fwbuilder" package from version "4.1.3-1" to "4.2.2.3541". It's the latest version.
hope someone can update this package in "Extra".
PKGBUILD:
# Maintainer: Kevin Piche <kevin@archlinux.org>
# Contributor: everytrash <everytrash@gmail.com>
pkgname=fwbuilder
pkgver=4.2.2.3541
pkgrel=1
pkgdesc="Object-oriented GUI and set of compilers for various firewall platforms"
url="http://www.fwbuilder.org/"
arch=('i686' 'x86_64')
license=('GPL')
depends=('qt' 'net-snmp' 'hicolor-icon-theme')
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
md5sums=('56ddc67c79adaf5d5730945ad1a26666')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
./autogen.sh
./configure --prefix=/usr
make
}
package() {
cd ${srcdir}/${pkgname}-${pkgver}
make INSTALL_ROOT=${pkgdir} install
}best regards,
Offline
Does it work with the current libfwbuilder?
Offline
Does it work with the current libfwbuilder?
i don't need the "libfwbuilder" package it's needless in my opinion.
Offline
So you've just opted to get rid of it because it doesn't suit you.
there's no package called "libfwbuilder" on the page...
http://sourceforge.net/projects/fwbuild … Libraries/
i think its only one package for version 4.2.X
Offline
Version 5.0.0 is out:
# Maintainer: Kevin Piche <kevin@archlinux.org>
# Contributor: everytrash <everytrash@gmail.com>
pkgname=fwbuilder
pkgver=5.0.0.3568
pkgrel=1
pkgdesc="Object-oriented GUI and set of compilers for various firewall platforms"
url="http://www.fwbuilder.org/"
arch=('i686' 'x86_64')
license=('GPL')
depends=('qt' 'net-snmp' 'hicolor-icon-theme')
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
md5sums=('0324edab10329dde029953d646aa8dad')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
./autogen.sh
./configure --prefix=/usr
make
}
package() {
cd ${srcdir}/${pkgname}-${pkgver}
make INSTALL_ROOT=${pkgdir} install
}Offline
Pages: 1