summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2004-05-26 00:10:21 +0000
committerCaleb Tennis <caleb@gentoo.org>2004-05-26 00:10:21 +0000
commit08323a52a6dfbf2c788e1b13e505ff4933927114 (patch)
treeb9e9bcaf1b38e87825a7b3401946e7b056b14ca5 /net-p2p/kmldonkey/kmldonkey-0.10_pre3.ebuild
parentfix slot (diff)
downloadhistorical-08323a52a6dfbf2c788e1b13e505ff4933927114.tar.gz
historical-08323a52a6dfbf2c788e1b13e505ff4933927114.tar.bz2
historical-08323a52a6dfbf2c788e1b13e505ff4933927114.zip
Version bump from bug #44374
Diffstat (limited to 'net-p2p/kmldonkey/kmldonkey-0.10_pre3.ebuild')
-rw-r--r--net-p2p/kmldonkey/kmldonkey-0.10_pre3.ebuild34
1 files changed, 34 insertions, 0 deletions
diff --git a/net-p2p/kmldonkey/kmldonkey-0.10_pre3.ebuild b/net-p2p/kmldonkey/kmldonkey-0.10_pre3.ebuild
new file mode 100644
index 000000000000..92ce78dc5f18
--- /dev/null
+++ b/net-p2p/kmldonkey/kmldonkey-0.10_pre3.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/kmldonkey/kmldonkey-0.10_pre3.ebuild,v 1.1 2004/05/26 00:10:21 caleb Exp $
+
+inherit kde-base
+need-kde 3
+
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~ppc ~amd64"
+SLOT="0"
+
+MY_P=${P/_/}
+S=${WORKDIR}/${MY_P}
+
+DESCRIPTION="Provides integration for the MLDonkey P2P software and KDE 3"
+SRC_URI="http://savannah.nongnu.org/download/kmldonkey/${MY_P}.tar.bz2"
+HOMEPAGE="http://www.kmldonkey.org/"
+IUSE=""
+
+src_compile()
+{
+ ./configure --prefix=$KDEDIR
+ emake
+}
+
+pkg_postinst() {
+ echo
+ echo
+ einfo "To configure Kmldonkey use your KDE ControlCenter"
+ einfo "To load the Kmldonkey GUI interface, just add the"
+ einfo "MLDonkeyApplet miniprog to your taskbar"
+ echo
+ echo
+}