diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-11-23 15:33:50 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-11-23 15:33:50 +0000 |
commit | 9df9deef8923b4a152c1c4e6d93bb75aa53c3b23 (patch) | |
tree | 8a6cc30592e269d845278d7cb46c95d8d38da8b6 /dev-util/filepp/filepp-1.6.0.ebuild | |
parent | KEYWORDS and ChangeLog fixed (diff) | |
download | gentoo-2-9df9deef8923b4a152c1c4e6d93bb75aa53c3b23.tar.gz gentoo-2-9df9deef8923b4a152c1c4e6d93bb75aa53c3b23.tar.bz2 gentoo-2-9df9deef8923b4a152c1c4e6d93bb75aa53c3b23.zip |
initial ebuild #10924
Diffstat (limited to 'dev-util/filepp/filepp-1.6.0.ebuild')
-rw-r--r-- | dev-util/filepp/filepp-1.6.0.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-util/filepp/filepp-1.6.0.ebuild b/dev-util/filepp/filepp-1.6.0.ebuild new file mode 100644 index 000000000000..a54c597d7aa2 --- /dev/null +++ b/dev-util/filepp/filepp-1.6.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/filepp/filepp-1.6.0.ebuild,v 1.1 2002/11/23 15:33:50 vapier 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="x86" + +RDEPEND="sys-devel/perl" + +moduledir="/usr/share/${P}/modules" +src_compile() { + econf --with-moduledir=${moduledir} +} + +src_install() { + einstall moduledir=${D}/${moduledir} + dodoc ChangeLog README + dohtml filepp.html +} |