summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2004-11-20 14:22:18 +0000
committerAndrej Kacian <ticho@gentoo.org>2004-11-20 14:22:18 +0000
commitd9143c7393b6ba3e70e73bcae10e29bddabf6afd (patch)
tree6dad4afb0c52136a4a378b219ff94dc3d2b75c11 /net-misc/sipcalc/sipcalc-1.1.2.ebuild
parent~alpha keyword. (Manifest recommit) (diff)
downloadgentoo-2-d9143c7393b6ba3e70e73bcae10e29bddabf6afd.tar.gz
gentoo-2-d9143c7393b6ba3e70e73bcae10e29bddabf6afd.tar.bz2
gentoo-2-d9143c7393b6ba3e70e73bcae10e29bddabf6afd.zip
Initial import. Closes #68197.
Diffstat (limited to 'net-misc/sipcalc/sipcalc-1.1.2.ebuild')
-rw-r--r--net-misc/sipcalc/sipcalc-1.1.2.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/net-misc/sipcalc/sipcalc-1.1.2.ebuild b/net-misc/sipcalc/sipcalc-1.1.2.ebuild
new file mode 100644
index 000000000000..fdd59087c20f
--- /dev/null
+++ b/net-misc/sipcalc/sipcalc-1.1.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/sipcalc/sipcalc-1.1.2.ebuild,v 1.1 2004/11/20 14:22:18 ticho Exp $
+
+IUSE=""
+DESCRIPTION="Sipcalc is an advanced console-based IP subnet calculator."
+HOMEPAGE="http://www.routemeister.net/projects/sipcalc/"
+KEYWORDS="~x86"
+SRC_URI="http://www.routemeister.net/projects/${PN}/files/${P}.tar.gz"
+LICENSE="BSD"
+SLOT="0"
+
+DEPEND="virtual/libc"
+
+src_compile() {
+# econf --prefix="${D}" --bindir="${D}/usr/bin" --mandir="${D}/usr/man" || die "econf failed"
+ econf || die
+ emake || die
+}
+
+src_install() {
+ make DESTDIR="${D}" install || die
+ dodoc ChangeLog AUTHORS COPYING INSTALL NEWS README TODO
+}