add ebuilds for vuurmuur latest snapshot

This commit is contained in:
2012-02-04 15:02:54 +04:00
parent 0a82b7b721
commit b39fc994c2
4 changed files with 131 additions and 0 deletions

View File

@ -1,3 +1,5 @@
AUX libvuurmuur-plugin-0.7.patch 2157 RMD160 cfd57c5ba0585cb8b4b4400df50766cbf5cdb697 SHA1 4121b1dd535c354f6b9844460d22fdcf0c5c9b11 SHA256 648e9ad862cb4751e05a9311f3f19033d549f72ad7287b39cbc5a514b4f6dde0
DIST Vuurmuur-0.8beta2.tar.gz 1877270 RMD160 d1f202adb5ab076ea7763c215faec2558100d5b6 SHA1 549cc3b7d8c86cac0cbccbb963a3b3d041e8ea70 SHA256 4c74de94698a0a4bca758322b5e4198afc27fb25401309a7ecff445742f28d0e
DIST libvuurmuur_0.8~beta2-1+svn20110330.tar.gz 491284 RMD160 c4df8177fe034cdddcd02c4dfbe254e434edc59c SHA1 f7ade81079def458cbe73a824df360ad1161958d SHA256 80bb84f002c579101d1939a47b7db5ab2d02a4dce7e11d3f48e41cf021a026c0
EBUILD libvuurmuur-0.8_beta2.ebuild 1084 RMD160 c69f121bfcd7dd8ee2cb8453847e6db7fb87b0df SHA1 6bb88fd65d373add42f0b8cc54f7170c8a7dba7a SHA256 61ff6818cf4d370d8a05d5d4bdc5c7c5e8dc0a9862a28ada08dc9bb7980ee715
EBUILD libvuurmuur-0.8_beta2_p20110330.ebuild 910 RMD160 3d708992a216ea46bfa2f5b2bab66ef3170f72af SHA1 87fba4f99c81601db96d9df24fa19e5cbceef730 SHA256 db9ad58d4a54df655ed134a12b77ce96e7d78b860fbe785b80583f3fe72db54d

View File

@ -0,0 +1,40 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="4"
inherit autotools multilib
MY_PV=${PV/_beta2_p/~beta2-1+svn}
MY_P="${PN}_${MY_PV}"
DESCRIPTION="Libraries and plugins required by Vuurmuur"
HOMEPAGE="http://www.vuurmuur.org"
SRC_URI="ftp://ftp.vuurmuur.org/ubuntu/dists/jaunty/svn/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="net-firewall/iptables"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${PN}-0.8~beta2"
src_prepare() {
eautoreconf
}
src_configure() {
econf --with-plugindir=/usr/$(get_libdir)
}
src_install() {
emake DESTDIR="${D}" install || die "installing libvuurmuur failed"
# files needed but not yet installed by make
dodir /etc/vuurmuur/textdir || die "installing textdir failed"
insinto /etc/vuurmuur/plugins
doins plugins/textdir/textdir.conf || die "installing textdir.conf failed"
}