summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-11-18 13:22:57 +0000
committerMike Frysinger <vapier@gentoo.org>2002-11-18 13:22:57 +0000
commit01d0fdf33fd9228e9959288ac3eeda160626ab7f (patch)
treecdeb2336c77079cd004b75ca7f0df3adcbd13985 /net-misc/netkit-bootpd
parentfixed dosym for in.routed.8.gz (diff)
downloadgentoo-2-01d0fdf33fd9228e9959288ac3eeda160626ab7f.tar.gz
gentoo-2-01d0fdf33fd9228e9959288ac3eeda160626ab7f.tar.bz2
gentoo-2-01d0fdf33fd9228e9959288ac3eeda160626ab7f.zip
fixed dosym for bootparamd.8.gz
Diffstat (limited to 'net-misc/netkit-bootpd')
-rw-r--r--net-misc/netkit-bootpd/netkit-bootpd-0.17-r1.ebuild19
1 files changed, 9 insertions, 10 deletions
diff --git a/net-misc/netkit-bootpd/netkit-bootpd-0.17-r1.ebuild b/net-misc/netkit-bootpd/netkit-bootpd-0.17-r1.ebuild
index c87c7c1803ee..a0a3b6ff3ef8 100644
--- a/net-misc/netkit-bootpd/netkit-bootpd-0.17-r1.ebuild
+++ b/net-misc/netkit-bootpd/netkit-bootpd-0.17-r1.ebuild
@@ -1,30 +1,29 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-bootpd/netkit-bootpd-0.17-r1.ebuild,v 1.13 2002/10/19 23:24:25 cselkirk Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-bootpd/netkit-bootpd-0.17-r1.ebuild,v 1.14 2002/11/18 13:22:57 vapier Exp $
MY_PN=${PN/pd/paramd}
S=${WORKDIR}/${MY_PN}-${PV}
DESCRIPTION="Netkit - bootp"
SRC_URI="http://ftp.debian.org/debian/pool/main/n/netkit-bootparamd/${MY_PN}_${PV}.orig.tar.gz"
HOMEPAGE="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/"
+
KEYWORDS="x86 sparc sparc64 ppc"
LICENSE="bsd"
SLOT="0"
-DEPEND=">=sys-libs/glibc-2.1.3"
-
src_compile() {
./configure || die
make || die
}
-src_install() {
+src_install() {
into /usr
dosbin rpc.bootparamd/bootparamd
- dosym bootparamd /usr/sbin/rpc.bootparamd
- doman rpc.bootparamd/bootparamd.8
- dosym bootparamd.8.gz /usr/man/man8/rpc.bootparamd.8.gz
- doman rpc.bootparamd/bootparams.5
- dodoc README ChangeLog
+ dosym bootparamd /usr/sbin/rpc.bootparamd
+ doman rpc.bootparamd/bootparamd.8
+ dosym bootparamd.8.gz /usr/share/man/man8/rpc.bootparamd.8.gz
+ doman rpc.bootparamd/bootparams.5
+ dodoc README ChangeLog
newdoc rpc.bootparamd/README README.bootparamd
-}
+}