diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-09-29 03:18:22 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-09-29 03:18:22 +0000 |
commit | 7e19302b649f7488cc084cc6ecfd78a04d4e50cb (patch) | |
tree | a9ce06e864c82963d5d5b3b5f31cafa6cfdaa11a /net-analyzer | |
parent | Added jack-caps for media-sound/j-a-c-k (diff) | |
download | gentoo-2-7e19302b649f7488cc084cc6ecfd78a04d4e50cb.tar.gz gentoo-2-7e19302b649f7488cc084cc6ecfd78a04d4e50cb.tar.bz2 gentoo-2-7e19302b649f7488cc084cc6ecfd78a04d4e50cb.zip |
initial ebuild #19422
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/sonar/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/sonar/files/digest-sonar-1.2.0 | 1 | ||||
-rw-r--r-- | net-analyzer/sonar/sonar-1.2.0.ebuild | 22 |
3 files changed, 31 insertions, 0 deletions
diff --git a/net-analyzer/sonar/ChangeLog b/net-analyzer/sonar/ChangeLog new file mode 100644 index 000000000000..167a654bb7de --- /dev/null +++ b/net-analyzer/sonar/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for net-analyzer/sonar +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sonar/ChangeLog,v 1.1 2003/09/29 03:18:22 vapier Exp $ + +*sonar-1.20 (28 Sep 2003) + + 28 Sep 2003; Mike Frysinger <vapier@gentoo.org> : + Initial import. Ebuild submitted by red0x <red0x@users.sourceforge.net> #19422. diff --git a/net-analyzer/sonar/files/digest-sonar-1.2.0 b/net-analyzer/sonar/files/digest-sonar-1.2.0 new file mode 100644 index 000000000000..79b3cca06b42 --- /dev/null +++ b/net-analyzer/sonar/files/digest-sonar-1.2.0 @@ -0,0 +1 @@ +MD5 ac6ea84b1a2b52877f40f0630888a827 sonar-1.2.0.tar.bz2 206255 diff --git a/net-analyzer/sonar/sonar-1.2.0.ebuild b/net-analyzer/sonar/sonar-1.2.0.ebuild new file mode 100644 index 000000000000..920650e6a588 --- /dev/null +++ b/net-analyzer/sonar/sonar-1.2.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sonar/sonar-1.2.0.ebuild,v 1.1 2003/09/29 03:18:22 vapier Exp $ + +inherit gcc eutils + +DESCRIPTION="network reconnaissance utility" +HOMEPAGE="http://autosec.sourceforge.net/" +SRC_URI="mirror://sourceforge/autosec/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" + +DEPEND="virtual/glibc" + +src_install() { + make install DESTDIR=${D} || die + dodoc ChangeLog README AUTHORS CONTRIB NEWS + dohtml doc/html/* + rm -rf ${D}/usr/share/sonar +} |