summaryrefslogtreecommitdiff
blob: 299e8f25b059789f8517e523be38b1b131729aba (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
30
31
32
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/pump/pump-0.8.11.ebuild,v 1.8 2002/12/09 04:33:18 manson Exp $

S=${WORKDIR}/${P}
DESCRIPTION="This is the DHCP/BOOTP client written by RedHat."
SRC_URI="http://ftp.debian.org/debian/pool/main/p/${PN}/${PN}_${PV}.orig.tar.gz"
HOMEPAGE="http://ftp.debian.org/debian/pool/main/p/pump/"
KEYWORDS="x86 sparc  ppc"
LICENSE="GPL-2"
SLOT="0"

DEPEND=">=dev-libs/popt-1.5"

src_compile() {
	make pump || die
}

src_install () {
	 exeinto /sbin
	 doexe pump

	 insinto /etc
	 doins ${FILESDIR}/pump.conf

	 insinto /etc/init.d
	 doins ${FILESDIR}/init.d/pump

	 doman pump.8
	 dodoc COPYING CREDITS 
}