Files
@ 26d135ffcf5b
Branch filter:
Location: portage-overlay.git/dev-lang/haserl/haserl-0.9.29.ebuild - annotation
26d135ffcf5b
720 B
application/vnd.gentoo.ebuild
Revert "updated ebuild for spectrum2" (keyword spectrum2.0.0_beta2)
This reverts commit 4e235a3f74170e35bdd416c7faeea5aeac7a5b25.
This reverts commit 4e235a3f74170e35bdd416c7faeea5aeac7a5b25.
794dc86717e2 794dc86717e2 794dc86717e2 794dc86717e2 794dc86717e2 794dc86717e2 794dc86717e2 794dc86717e2 794dc86717e2 794dc86717e2 794dc86717e2 794dc86717e2 794dc86717e2 794dc86717e2 794dc86717e2 794dc86717e2 794dc86717e2 794dc86717e2 794dc86717e2 794dc86717e2 794dc86717e2 794dc86717e2 794dc86717e2 794dc86717e2 794dc86717e2 794dc86717e2 794dc86717e2 794dc86717e2 794dc86717e2 794dc86717e2 794dc86717e2 | # Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
# Source: http://bugs.gentoo.org/show_bug.cgi?id=76213
# Submitted-By: Nathaniel Copa
# Reviewed-By: rl03 2005-12-11
DESCRIPTION="HTML And Shell Embedded Report Language"
HOMEPAGE="http://haserl.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE="lua"
RDEPEND="lua? ( dev-lang/lua )"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
src_compile() {
econf --prefix=/usr $(use_with lua)
emake || die "emake failed"
}
src_install() {
emake DESTDIR="${D}" install || die "install failed"
dodoc AUTHORS ChangeLog README THANKS TODO
}
|