diff options
author | Rainer Groesslinger <scandium@gentoo.org> | 2003-10-04 16:41:47 +0000 |
---|---|---|
committer | Rainer Groesslinger <scandium@gentoo.org> | 2003-10-04 16:41:47 +0000 |
commit | e79cd911dcf96c4a4e3f8566576d69db74ac5628 (patch) | |
tree | 0e411382aaa0e3b0b9ec60804496da1338f18278 /net-p2p/amule | |
parent | initial commit (diff) | |
download | gentoo-2-e79cd911dcf96c4a4e3f8566576d69db74ac5628.tar.gz gentoo-2-e79cd911dcf96c4a4e3f8566576d69db74ac5628.tar.bz2 gentoo-2-e79cd911dcf96c4a4e3f8566576d69db74ac5628.zip |
initial commit
Diffstat (limited to 'net-p2p/amule')
-rw-r--r-- | net-p2p/amule/ChangeLog | 11 | ||||
-rw-r--r-- | net-p2p/amule/Manifest | 4 | ||||
-rw-r--r-- | net-p2p/amule/amule-1.0.7.ebuild | 28 | ||||
-rw-r--r-- | net-p2p/amule/files/digest-amule-1.0.7 | 1 | ||||
-rw-r--r-- | net-p2p/amule/metadata.xml | 6 |
5 files changed, 49 insertions, 1 deletions
diff --git a/net-p2p/amule/ChangeLog b/net-p2p/amule/ChangeLog new file mode 100644 index 000000000000..c169cb4b3743 --- /dev/null +++ b/net-p2p/amule/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for net-p2p/amule +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/ChangeLog,v 1.1 2003/10/04 16:41:39 scandium Exp $ + +*amule-1.0.7 (04 Oct 2003) + + 04 Oct 2003; Rainer Groesslinger <scandium@gentoo.org> amule-1.0.7.ebuild: + Initial commit. + Thanks to Marc Hildebrand <marc.hildebrand@t-online.de> for + submitting bug #28428 + diff --git a/net-p2p/amule/Manifest b/net-p2p/amule/Manifest index ede1b5e07efa..1ec303413b26 100644 --- a/net-p2p/amule/Manifest +++ b/net-p2p/amule/Manifest @@ -1,2 +1,4 @@ -MD5 439e3905f1d6976b099b89f2a969a9c2 amule-1.0.7.ebuild 532 +MD5 4887813932df55814aa1082e9e99a504 amule-1.0.7.ebuild 629 +MD5 a44c56b0436befb3cb8efb8d51492b29 metadata.xml 222 +MD5 66c59e46b7a894c6051d226e18f63c04 ChangeLog 420 MD5 fde304f786a1695f27c99a35357adce7 files/digest-amule-1.0.7 65 diff --git a/net-p2p/amule/amule-1.0.7.ebuild b/net-p2p/amule/amule-1.0.7.ebuild new file mode 100644 index 000000000000..ccb3dfa83b69 --- /dev/null +++ b/net-p2p/amule/amule-1.0.7.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/amule-1.0.7.ebuild,v 1.1 2003/10/04 16:41:39 scandium Exp $ + +MY_P=${P/m/M} +S=${WORKDIR}/${MY_P} + +DESCRIPTION="aNOTHER wxWindows based eMule P2P Client" +HOMEPAGE="http://sourceforge.net/projects/amule" +SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" + +LICENSE="GPL-2" + +SLOT="0" + +KEYWORDS="~x86" + +DEPEND=">=x11-libs/wxGTK-2.4 + >=sys-libs/zlib-1.1.4" + +src_compile () { + econf || die + MAKEOPTS="${MAKEOPTS} -j1" emake || die +} + +src_install () { + einstall || die +} diff --git a/net-p2p/amule/files/digest-amule-1.0.7 b/net-p2p/amule/files/digest-amule-1.0.7 new file mode 100644 index 000000000000..1d77b2039062 --- /dev/null +++ b/net-p2p/amule/files/digest-amule-1.0.7 @@ -0,0 +1 @@ +MD5 4e5fca960bffac8d35203fa73e9d8c69 aMule-1.0.7.tar.bz2 1933923 diff --git a/net-p2p/amule/metadata.xml b/net-p2p/amule/metadata.xml new file mode 100644 index 000000000000..42374f1246a2 --- /dev/null +++ b/net-p2p/amule/metadata.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>wxwindows</herd> +<maintainer><email>scandium@gentoo.org</email></maintainer> +</pkgmetadata> |