# Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Ben Lutgens # $Header: /var/cvsroot/gentoo-x86/net-misc/pump/pump-0.8.11.ebuild,v 1.1 2002/01/09 11:42:08 hallski 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/" 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 }