aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/ctpl/ctpl-0.3.2.ebuild')
-rw-r--r--dev-libs/ctpl/ctpl-0.3.2.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-libs/ctpl/ctpl-0.3.2.ebuild b/dev-libs/ctpl/ctpl-0.3.2.ebuild
deleted file mode 100644
index d426fac..0000000
--- a/dev-libs/ctpl/ctpl-0.3.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2011 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="static-libs"
-
-RDEPEND="dev-libs/glib"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_configure() {
- econf \
- $(use_enable static-libs static)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- find "${ED}" -name '*.la' -exec rm -f '{}' + || die
- dodoc AUTHORS NEWS README
-}