You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-util/filepp/filepp-1.6.0.ebuild

25 lines
576 B

# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
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
}