summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElfyn McBratney <beu@gentoo.org>2006-12-17 23:11:39 +0000
committerElfyn McBratney <beu@gentoo.org>2006-12-17 23:11:39 +0000
commit161b9fa2a4312fbd54b3176815d085444f306761 (patch)
treedd4e8d97d7750aa24d6e2c881a741c31bc253a65 /dev-util/filepp/filepp-1.7.1.ebuild
parentStable on Alpha + ia64, bug 155949. (diff)
downloadhistorical-161b9fa2a4312fbd54b3176815d085444f306761.tar.gz
historical-161b9fa2a4312fbd54b3176815d085444f306761.tar.bz2
historical-161b9fa2a4312fbd54b3176815d085444f306761.zip
Version bump.
Package-Manager: portage-2.1.1-r2
Diffstat (limited to 'dev-util/filepp/filepp-1.7.1.ebuild')
-rw-r--r--dev-util/filepp/filepp-1.7.1.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-util/filepp/filepp-1.7.1.ebuild b/dev-util/filepp/filepp-1.7.1.ebuild
new file mode 100644
index 000000000000..d1091dc20b7b
--- /dev/null
+++ b/dev-util/filepp/filepp-1.7.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/filepp/filepp-1.7.1.ebuild,v 1.1 2006/12/17 23:11:39 beu Exp $
+
+DESCRIPTION="Generic file-preprocessor with a CPP-like syntax"
+HOMEPAGE="http://www.cabaret.demon.co.uk/filepp/"
+SRC_URI="http://www.cabaret.demon.co.uk/filepp/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~mips ~ppc ~s390 ~sparc ~x86"
+IUSE=""
+
+moduledir="/usr/share/${P}/modules"
+src_compile() {
+ econf --with-moduledir=${moduledir} || die "econf failed"
+}
+
+src_install() {
+ einstall moduledir=${D}/${moduledir}
+ dodoc ChangeLog README
+ dohtml filepp.html
+}