From 6112161bcd47b60a9ae628aea0f2c9f367b250cb Mon Sep 17 00:00:00 2001 From: Nick White Date: Fri, 25 Jun 2010 21:12:45 +0100 Subject: Update getht ebuild --- net-misc/getht/getht-0.3.ebuild | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 net-misc/getht/getht-0.3.ebuild (limited to 'net-misc/getht/getht-0.3.ebuild') diff --git a/net-misc/getht/getht-0.3.ebuild b/net-misc/getht/getht-0.3.ebuild new file mode 100644 index 0000000..dd95115 --- /dev/null +++ b/net-misc/getht/getht-0.3.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit autotools + +DESCRIPTION="A free application to download issues of Hinduism Today" +HOMEPAGE="http://www.nongnu.org/getht/" +SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="dev-libs/libxml2 + >=net-misc/curl-7.7.2" +RDEPEND="${DEPEND}" + +src_install() { + emake DESTDIR="${D}" PREFIX="/usr" install || die "install failed" + + dodoc README +} -- cgit v1.2.3