# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit webapp depend.php # The version numbering of the zina development is different to Gentoo # requirements. Therefore we cannot use the automatic provided by Gentoo. MY_P="${PN}-2.0b22" DESCRIPTION="Zina is a graphical interface to your MP3 collection, a jukebox, an MP3 streamer." HOMEPAGE="http://www.pancake.org/zina/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="GPL-2" KEYWORDS="~x86" IUSE="" DEPEND="" RDEPEND=">=dev-lang/php-5.2" need_php_httpd need_httpd_cgi src_install() { webapp_src_preinst touch zina/zina/zina.ini.php cp -R zina/* ${D}/${MY_HTDOCSDIR} webapp_configfile "${MY_HTDOCSDIR}"/zina/zina.ini.php webapp_serverowned "${MY_HTDOCSDIR}"/zina/zina.ini.php keepdir "${MY_HTDOCSDIR}"/zina/cache webapp_serverowned "${MY_HTDOCSDIR}"/zina/cache webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt webapp_src_install }