# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.7 2002/05/18 17:52:12 agenkin Exp # Short one-line description of this package. DESCRIPTION="bootpd Server" # Homepage, not used by Portage directly but handy for developer reference HOMEPAGE="http://" # License of the package. This must match the name of file(s) in # /usr/portage/licenses/. For complex license combination see the developer # docs on gentoo.org for details. LICENSE="" # Don't find dependencies, it works good on my system ;) DEPEND="" #RDEPEND="" # Point to any required sources; these will be automatically downloaded by # Portage. SRC_URI="http://ftp.linux.org.uk/pub/linux/Networking/netboot/${P}.tar.gz" S=${WORKDIR}/${P} src_compile() { emake linux || die #make linux || die } src_install () { into /usr ; dosbin bootpd bootpef bootpgw bootptest doman *.5 *.8 dodoc Announce Changes Installation MANIFEST Problems dodoc README README-linux ToDo }