blob: d06e6c41a0bbc6b598b4238641b0726769b28925 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipchains-firewall/ipchains-firewall-1.7.3.ebuild,v 1.2 2003/03/11 21:11:46 seemant Exp $
S=${WORKDIR}/ipchains-firewall-1.7
DESCRIPTION="IP-Chains Firewall Script "
SRC_URI="mirror://sourceforge/plonk/${P}.tar.gz"
HOMEPAGE="http://plonk.sourceforge.net/"
KEYWORDS="x86 sparc "
LICENSE="as-is"
SLOT="0"
RDEPEND="dev-lang/perl"
src_install() {
cd ${S}
into /usr
dosbin firewall.sh
dodoc README
cd midentd-1.6
insinto /etc
doins midentd.conf midentd.mircusers
dodir /var/log
touch ${D}/var/log/midentd.log
chown nobody ${D}/var/log/midentd.log
dosbin midentd midentd.logcycle
docinto midentd
dodoc CHANGES README LICENSE
}
|