# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-text/refbase/refbase-0.9.0.ebuild,v 1.1 2008/02/12 19:22:36 markusle Exp $ inherit depend.apache depend.php webapp DESCRIPTION="A Web based bibliography management system" HOMEPAGE="http://www.aigaion.nl/" SRC_URI="mirror://sourceforge/${PN}/aigaion_2_0_2_beta.zip" LICENSE="GPL-2" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="app-admin/webapp-config" need_apache need_php pkg_setup() { require_php_with_use mysql pcre session webapp_pkg_setup } src_install () { webapp_src_preinst cd aigaion2root DOCS="_INSTALL.txt _OLD_MYSQL.txt _UPDATE.txt developers/*" dodoc ${DOCS} # Don't install docs to webroot rm -f ${DOCS} unzip install/install.zip -d install/ cp -R * "${D}"${MY_HTDOCSDIR} webapp_configfile ${MY_HTDOCSDIR}/aigaionengine/config/ webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt webapp_src_install }