# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-www/ids/ids-0.83_beta2.ebuild,v 1.6 2004/06/25 00:55:44 agriffis Exp $ inherit webapp MY_P=${P/_beta/b} DESCRIPTION="Web based (PHP Script) photo album viewer/creator." HOMEPAGE="http://ids.sf.net/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" RESTRICT="nomirror" # prior versions of the ebuild had LICENSE="GPL-2" # see http://ids.sourceforge.net/download.html LICENSE="BSD" IUSE="" KEYWORDS="~x86 ~sparc" DEPEND="$DEPEND" RDEPEND=">=net-www/apache-1.3.27 dev-perl/Archive-Zip >=dev-php/mod_php-4.1.3 dev-perl/ImageInfo dev-perl/perlmagick >=media-gfx/imagemagick-5.4.9.1-r1" S=${WORKDIR}/${PN} src_compile() { :; } src_install() { webapp_src_preinst #Do not remove docs as it will not work without dodoc CREDITS ChangeLog PATCH.SUBMISSION README cp -R . ${D}/${MY_HTDOCSDIR} webapp_serverowned ${MY_HTDOCSDIR}/image-cache # add post-installation instructions webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt webapp_src_install }