summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-08-01 18:02:39 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-08-01 18:02:39 +0000
commita0f02d43a548c0278d24cd6699fa2f741d98e4b0 (patch)
tree915e6f7c498d11e5f9a477c67cf5b4ad5d8dd98f /dev-libs/libdnet
parentJaxp was a repack of various apache projects under a very restrictive Sun lic... (diff)
downloadhistorical-a0f02d43a548c0278d24cd6699fa2f741d98e4b0.tar.gz
historical-a0f02d43a548c0278d24cd6699fa2f741d98e4b0.tar.bz2
historical-a0f02d43a548c0278d24cd6699fa2f741d98e4b0.zip
repoman'd
Diffstat (limited to 'dev-libs/libdnet')
-rw-r--r--dev-libs/libdnet/libdnet-1.4.ebuild14
1 files changed, 7 insertions, 7 deletions
diff --git a/dev-libs/libdnet/libdnet-1.4.ebuild b/dev-libs/libdnet/libdnet-1.4.ebuild
index b5ad55d23477..e38106cd0ce3 100644
--- a/dev-libs/libdnet/libdnet-1.4.ebuild
+++ b/dev-libs/libdnet/libdnet-1.4.ebuild
@@ -1,21 +1,21 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnet/libdnet-1.4.ebuild,v 1.3 2002/07/11 06:30:20 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnet/libdnet-1.4.ebuild,v 1.4 2002/08/01 18:02:36 seemant Exp $
DESCRIPTION="libdnet provides a simplified, portable interface to several low-level networking routines."
SRC_URI="mirror://sourceforge/libdnet/${P}.tar.gz"
HOMEPAGE="http://libdnet.sourceforge.net/"
+SLOT="0"
+LICENSE="LGPL-2"
+KEYWORDS="x86"
+
src_compile() {
- econf
+ econf || die
emake || die
}
src_install () {
- make prefix=${D}/usr \
- mandir=${D}/usr/share/man \
- infodir=${D}/usr/share/info \
- install || die
+ einstall || die
dodoc COPYING.LIB ChangeLog VERSION README
}
-