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/www-apache/mod_tidy/mod_tidy-0.5.5-r1.ebuild

39 lines
686 B

# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="2"
inherit apache-module
DESCRIPTION="a TidyLib based module to parse, clean-up and pretty-print the webservers' (X)HTML output"
SRC_URI="http://mod-tidy.sourceforge.net/src/${P}.tar.gz"
HOMEPAGE="http://mod-tidy.sourceforge.net/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
APACHE2_MOD_CONF="55_${PN}"
APACHE2_MOD_DEFINE="TIDY"
DEPEND="app-text/htmltidy"
RDEPEND="${DEPEND}"
need_apache2
DOCFILES="Changes INSTALL LICENSE README"
src_prepare() {
rm -rf tidy/
}
src_configure() {
:
}
src_compile() {
${APXS} -c src/mod_tidy.c -ltidy
}