# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit webapp DESCRIPTION="Web based (PHP Script) Jukebox" HOMEPAGE="http://www.mp3act.net/" PV2=`echo ${PV} | sed s/\\\\.//` SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV2}.tar.bz2" LICENSE="GPL-2" KEYWORDS="~x86" IUSE="stream" DEPEND="virtual/httpd-php dev-db/mysql stream? (media-sound/xmms media-sound/lame) media-sound/mpg123 " src_unpack() { mkdir ${S} cd ${S} unpack ${A} cp ${S}/includes/mp3act_config.dist.php ${S}/includes/mp3act_config.php } src_install() { webapp_src_preinst cp -R * ${D}/${MY_HTDOCSDIR} dodoc docs/changes.txt docs/install.txt docs/license.txt webapp_src_install } pkg_postinst() { einfo After running webapp-config to install ${P} if necessary, einfo edit includes/mp3act_config.php and enter suitable mysql details. einfo Then browse to install.php to complete the installation }