summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/netgo/netgo-0.5.ebuild')
-rw-r--r--net-misc/netgo/netgo-0.5.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/net-misc/netgo/netgo-0.5.ebuild b/net-misc/netgo/netgo-0.5.ebuild
new file mode 100644
index 000000000000..3ec6563d2c7f
--- /dev/null
+++ b/net-misc/netgo/netgo-0.5.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/netgo/netgo-0.5.ebuild,v 1.1 2005/01/29 14:32:35 genstef Exp $
+
+inherit eutils kde
+need-qt 3
+
+DESCRIPTION="A networking tool for changing network settings fast"
+HOMEPAGE="http://netgo.hjolug.org"
+LICENSE="GPL-2"
+
+IUSE=""
+SLOT="0"
+KEYWORDS="~x86 ~amd64 ~ppc"
+
+SRC_URI="http://netgo.hjolug.org/files/v${PV}/${P}.tar.gz"
+
+DEPEND=">=x11-libs/qt-3
+ sys-apps/net-tools"
+
+src_install() {
+ einstall INSTALL_ROOT=${D} || die "installation failed"
+}