blob: b6bfbd3c8d56a138d76da4470eb89a865231e3cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-firewall/knetfilter/knetfilter-3.5.0.ebuild,v 1.4 2006/05/31 04:39:43 tsunam Exp $
inherit kde
DESCRIPTION="Manage Iptables firewalls with this KDE app"
HOMEPAGE="http://expansa.sns.it/knetfilter/"
SRC_URI="http://expansa.sns.it/knetfilter/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc sparc x86"
IUSE=""
DEPEND=">=net-firewall/iptables-1.2.5"
need-kde 3
src_unpack() {
kde_src_unpack
make distclean
kde_sandbox_patch ${S}/src ${S}/src/scripts
}
|