diff options
author | Peter Gavin <pete@gentoo.org> | 2001-08-04 18:22:45 +0000 |
---|---|---|
committer | Peter Gavin <pete@gentoo.org> | 2001-08-04 18:22:45 +0000 |
commit | 2104e6db8dc8fa0ead9a8c4ebebe51334d118641 (patch) | |
tree | b77f143824f93937008d0135d208ecbafe8a28ee /net-misc/dhcpcd | |
parent | web updates (diff) | |
download | gentoo-2-2104e6db8dc8fa0ead9a8c4ebebe51334d118641.tar.gz gentoo-2-2104e6db8dc8fa0ead9a8c4ebebe51334d118641.tar.bz2 gentoo-2-2104e6db8dc8fa0ead9a8c4ebebe51334d118641.zip |
*** empty log message ***
Diffstat (limited to 'net-misc/dhcpcd')
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild | 37 | ||||
-rw-r--r-- | net-misc/dhcpcd/files/digest-dhcpcd-1.3.20_p0-r1 | 1 |
2 files changed, 38 insertions, 0 deletions
diff --git a/net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild b/net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild new file mode 100644 index 000000000000..ea302e05210b --- /dev/null +++ b/net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Your Name <your email> +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild,v 1.1 2001/08/04 18:22:45 pete Exp $ + +A=${PN}-1.3.20-pl0.tar.gz +S=${WORKDIR}/${PN}-1.3.20-pl0 +DESCRIPTION="A dhcp client only" +SRC_URI="ftp://ftp.phystech.cm/pub/${A}" +HOMEPAGE="http://" + +DEPEND="" + +src_compile() { + + try ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc --sbindir=/sbin --host=${CHOST} + try make + +} + +src_install () { + + try make DESTDIR=${D} install + if [ -z "`use bootcd`" ] + then + dodoc AUTHORS COPYING ChangeLog NEWS README + else + rm -rf ${D}/usr/share + fi + if [ "`use pcmcia`" ] || [ "`use pcmcia-cs`" ] + then + insinto /etc/pcmcia + doins pcmcia/network* + fi + +} + diff --git a/net-misc/dhcpcd/files/digest-dhcpcd-1.3.20_p0-r1 b/net-misc/dhcpcd/files/digest-dhcpcd-1.3.20_p0-r1 new file mode 100644 index 000000000000..66b474ce04c6 --- /dev/null +++ b/net-misc/dhcpcd/files/digest-dhcpcd-1.3.20_p0-r1 @@ -0,0 +1 @@ +MD5 5f52904ac354295ce64f74f254ac1d0d dhcpcd-1.3.20-pl0.tar.gz |