blob: 88cf82c1f85c92c98480ea9a4dce32730d0d33dc [file] [log] [blame]
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/phpsysinfo/phpsysinfo-2.5.4.ebuild,v 1.8 2008/02/22 15:54:24 hollow Exp $
inherit eutils webapp depend.php
DESCRIPTION="phpSysInfo is a nice package that will display your system stats via PHP."
HOMEPAGE="http://phpsysinfo.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86 ~x86-fbsd"
IUSE=""
S="${WORKDIR}"/${PN}
need_httpd_cgi
need_php_httpd
pkg_setup() {
webapp_pkg_setup
require_php_with_use pcre xml
}
src_install() {
webapp_src_preinst
dodoc README
insinto "${MY_HTDOCSDIR}"
doins -r [:dit:]*
newins config.php{.new,}
webapp_configfile "${MY_HTDOCSDIR}"/config.php
webapp_src_install
}