summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-05-26 19:39:27 +0000
committerMike Frysinger <vapier@gentoo.org>2004-05-26 19:39:27 +0000
commit7a1470e6f5485e7664abb91bbe0fd27263295b36 (patch)
treea51744917a0f0e99c3aad1bc84b29f05b6a751e2 /net-analyzer/netselect
parentAdded ~hppa (diff)
downloadhistorical-7a1470e6f5485e7664abb91bbe0fd27263295b36.tar.gz
historical-7a1470e6f5485e7664abb91bbe0fd27263295b36.tar.bz2
historical-7a1470e6f5485e7664abb91bbe0fd27263295b36.zip
arm KEYWORDS
Diffstat (limited to 'net-analyzer/netselect')
-rw-r--r--net-analyzer/netselect/netselect-0.3.ebuild21
1 files changed, 10 insertions, 11 deletions
diff --git a/net-analyzer/netselect/netselect-0.3.ebuild b/net-analyzer/netselect/netselect-0.3.ebuild
index 29c719705e5a..e4b55640d479 100644
--- a/net-analyzer/netselect/netselect-0.3.ebuild
+++ b/net-analyzer/netselect/netselect-0.3.ebuild
@@ -1,30 +1,29 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netselect/netselect-0.3.ebuild,v 1.15 2004/05/13 14:20:08 randy Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netselect/netselect-0.3.ebuild,v 1.16 2004/05/26 19:39:27 vapier Exp $
-S=${WORKDIR}/${PN}
DESCRIPTION="Ultrafast implementation of ping."
HOMEPAGE="http://www.worldvisions.ca/~apenwarr/netselect/"
SRC_URI="http://www.worldvisions.ca/~apenwarr/netselect/${P}.tar.gz"
-SLOT="0"
LICENSE="BSD"
-KEYWORDS="x86 ppc sparc alpha hppa mips amd64 ia64 ppc64 s390"
+SLOT="0"
+KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 ppc64 s390"
+IUSE=""
+
+S=${WORKDIR}/${PN}
src_compile() {
- mv Makefile Makefile.orig
- sed -e "s:PREFIX =.*:PREFIX = ${D}usr:" \
+ sed -i \
+ -e "s:PREFIX =.*:PREFIX = ${D}usr:" \
-e "s:CFLAGS =.*:CFLAGS = -Wall -I. -g ${CFLAGS}:" \
-e '23,27d' \
-e '34d' \
- Makefile.orig > Makefile
- rm Makefile.orig
-
+ Makefile
make || die
}
-src_install () {
+src_install() {
make install || die
-
dodoc ChangeLog HISTORY README*
}