Summary: | net-p2p/aquila-0.1.9 (new ebuild) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Johan Verrept <johan.verrept> |
Component: | New packages | Assignee: | Default Assignee for New Packages <maintainer-wanted> |
Status: | RESOLVED OBSOLETE | ||
Severity: | enhancement | CC: | net-p2p |
Priority: | High | Keywords: | EBUILD |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | http://aquila.berlios.de/ | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
aquila-0.1.9.ebuild
aquila-0.1.10_pre2.ebuild |
Description
Johan Verrept
2006-10-25 08:20:38 UTC
Created attachment 100462 [details]
aquila-0.1.9.ebuild
I'll maintain it if necessary. Created attachment 103665 [details, diff]
aquila-0.1.10_pre2.ebuild
The latest beta.
Comment on attachment 103665 [details, diff] aquila-0.1.10_pre2.ebuild ># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >DESCRIPTION="Aquila Direct Connect Hub software." >HOMEPAGE="http://aquila.berlios.de" >SRC_URI="http://download.berlios.de/aquila/aquila-0.1.10-pre2.tar.gz" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="lua zlib" >DEPEND="zlib? ( sys-libs/zlib ) > lua? (=dev-lang/lua-5.0* )" >RDEPEND="${DEPEND} sys-process/daemontools" > >src_unpack() { > if [ "${A}" != "" ]; then > unpack ${A} > fi >} > >S="${WORKDIR}/aquila-0.1.10-pre2" > >src_compile() { > econf \ > $(use_enable zlib zline) \ > $(use_enable lua) \ > || die "econf failed" > emake || die "emake failed" >} > >src_install() { > emake DESTDIR="${D}" install || die "emake install failed" dobin $S/tools/aqdtinstall >} Please, stop the nasty and redundant src_unpack. Looks like upstream is gone. |