blob: 2c7b9fb65188f15157b7b192e2a17f5fef0c1a0a (
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
|
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/pimpd/pimpd-0.5.ebuild,v 1.7 2002/10/04 06:14:34 vapier Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
DESCRIPTION="pimpd is a (hopefully) RFC1413-compliant identd server supporting Linux 2.2.x masqueraded connections and Linux 2.4.x connection tracking for use with NAT."
SRC_URI="http://cats.meow.at/~peter/pimpd-0.5.tar.gz"
HOMEPAGE="http://cats.meow.at/~peter/pimpd.html"
KEYWORDS="x86 sparc sparc64"
LICENSE="GPL"
SLOT="0"
src_compile() {
try make CFLAGS="$CFLAGS"
}
src_install () {
dosbin pimpd
dodoc README
}
|