# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-www/mod_throttle/mod_throttle-3.1.2-r1.ebuild,v 1.11 2004/06/25 01:04:36 agriffis Exp $ inherit webapp DESCRIPTION="The Bookmark Server for Personal and Team Use" HOMEPAGE="http://sitebar.sourceforge.net/" KEYWORDS="~x86" IUSE="" MY_PN=${PN/sitebar/SiteBar} S=${WORKDIR}/${MY_PN}-${PV} SRC_URI="mirror://sourceforge/${PN}/${MY_PN}-${PV}.tar.bz2" DEPEND="net-www/apache virtual/php >=dev-db/mysql-3.23" LICENSE="GPL-2" src_compile() { :; } src_install() { webapp_src_preinst cd ${S} rm -f readme.txt doc/licence.txt dodoc doc/* rm -rf doc cp -R . ${D}/${MY_HTDOCSDIR} webapp_serverowned ${MY_HTDOCSDIR}/inc webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt webapp_src_install }