Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 21204 - An ebuild for the newest version of LMule, 1.3.1 (unstable, but more stable than 1.2.x)
Summary: An ebuild for the newest version of LMule, 1.3.1 (unstable, but more stable t...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Philip Walls (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-18 15:23 UTC by Jonas Due Vesterheden
Modified: 2003-06-08 10:48 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Ebuild for emerging LMule 1.3.1 (lmule-1.3.1.ebuild,695 bytes, text/plain)
2003-05-18 15:27 UTC, Jonas Due Vesterheden
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jonas Due Vesterheden 2003-05-18 15:23:24 UTC
The LMule development team have released a new version, 1.3.1. Since this new
release fixes many bugs from the last release (1.2.0.1), having an ebuild for
this new version is desireable. I will attach an ebuild that worked for me.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Jonas Due Vesterheden 2003-05-18 15:27:12 UTC
Created attachment 12120 [details]
Ebuild for emerging LMule 1.3.1

The header is not updated (I don't know how to do it). I found that my mirrors
already had the file lmule-1.3.1.tar.gz, so the ebuild should work right away.
Comment 2 Jonas Due Vesterheden 2003-05-18 15:34:56 UTC
Comment on attachment 12120 [details]
Ebuild for emerging LMule 1.3.1

# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /home/cvsroot/gentoo-x86/net-p2p/lmule/lmule-1.3.1.ebuild,v 

DESCRIPTION="GPL eDonkey clone that doesn't suck"
HOMEPAGE="http://lmule.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
DEPEND=">=x11-libs/wxGTK-2.4
	>=sys-libs/zlib-1.1.4"
S=${WORKDIR}/${P}
IUSE=""

# no parallel builds
MAKEOPTS="${MAKEOPTS} -j1"

src_unpack() {
	unpack ${A}
}

src_compile() {
	econf "--with-wx-config=/usr/bin/wx-config"|| die
	emake || die
}

src_install() {
	einstall || die
}
Comment 3 Alastair Tse (RETIRED) gentoo-dev 2003-05-18 16:03:02 UTC
the src_unpack() function is redundant. you might want to attach the ebuild according to the contributing ebuild guide on the www.gentoo.org docs page.
Comment 4 Philip Walls (RETIRED) gentoo-dev 2003-06-08 10:48:13 UTC
Added ebuild, also bumped 1.2 tree to 1.2.1, - kept 1.3.1 package.masked