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-apps/phpsysinfo/phpsysinfo-2.5.4-r1.ebuild

37 lines
872 B

# Copyright 1999-2011 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-r1.ebuild,v 1.6 2011/01/23 14:14:00 armin76 Exp $
EAPI="2"
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=""
RDEPEND="dev-lang/php[xml]
|| ( <dev-lang/php-5.3[pcre] >=dev-lang/php-5.3 )"
S="${WORKDIR}"/${PN}
need_httpd_cgi
need_php_httpd
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
}