From 0f466d82e32b52422bdbafd7b642be8cc414447a Mon Sep 17 00:00:00 2001 From: Sardem FF7 Date: Mon, 11 Oct 2010 14:14:42 +0200 Subject: Oops --- dev-libs/ctpl/ctpl-0.3.ebuild | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 dev-libs/ctpl/ctpl-0.3.ebuild (limited to 'dev-libs') diff --git a/dev-libs/ctpl/ctpl-0.3.ebuild b/dev-libs/ctpl/ctpl-0.3.ebuild new file mode 100644 index 0000000..3fd630e --- /dev/null +++ b/dev-libs/ctpl/ctpl-0.3.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v3 +# $Header: $ + +EAPI="3" + +inherit autotools + +DESCRIPTION="CTPL - C Template (Parser) Library" +HOMEPAGE="https://ctpl.tuxfamily.org" +SRC_URI="http://download.tuxfamily.org/${PN}/releases/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-libs/glib" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_prepare() { + eautoreconf || die +} + +src_install() { + emake DESTDIR="${D}" install || die + + dodoc AUTHORS NEWS README +} + -- cgit v1.2.3-65-gdbad