diff options
Diffstat (limited to 'net-misc/lksctp-tools/lksctp-tools-1.0.1.ebuild')
-rw-r--r-- | net-misc/lksctp-tools/lksctp-tools-1.0.1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-misc/lksctp-tools/lksctp-tools-1.0.1.ebuild b/net-misc/lksctp-tools/lksctp-tools-1.0.1.ebuild index 5797ce009a0a..143838b705a4 100644 --- a/net-misc/lksctp-tools/lksctp-tools-1.0.1.ebuild +++ b/net-misc/lksctp-tools/lksctp-tools-1.0.1.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/lksctp-tools/lksctp-tools-1.0.1.ebuild,v 1.2 2005/01/11 23:51:56 johnm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/lksctp-tools/lksctp-tools-1.0.1.ebuild,v 1.3 2005/05/02 03:32:20 robbat2 Exp $ inherit eutils -DESCRIPTION="IPAudit monitors network activity on a network by host, protocol and port." +DESCRIPTION="Tools for Linux Kernel Stream Control Transmission Protocol implementation" HOMEPAGE="http://lksctp.sourceforge.net/" SRC_URI="mirror://sourceforge/lksctp/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="" # I don't known if *BSD has the support needed at all # hence the lockdown to glibc and linux26-headers @@ -17,12 +17,12 @@ DEPEND="sys-libs/glibc #RDEPEND="" src_compile() { - econf || die + econf || die "econf failed" emake || die "emake failed" } src_install() { - make DESTDIR=${D} install || die + emake DESTDIR="${D}" install || die dodoc AUTHORS ChangeLog INSTALL NEWS README ROADMAP doc/*txt } |