# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-java/snipsnap/snipsnap-0.5.1a.ebuild,v 1.1 2004/02/16 07:02:44 zx Exp $ DESCRIPTION="A blog/wiki personal content management system" HOMEPAGE="http://snipsnap.org" SRC_URI="ftp://snipsnap.org/${PN}/${P}-20040123.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" IUSE="" DEPEND=">=virtual/jre-1.3" src_install() { dodir /opt/${PN} cp -pR * ${D}/opt/${PN} exeinto /opt/${PN} newexe ${FILESDIR}/${PV}-run.sh run.sh exeinto /etc/init.d newexe ${FILESDIR}/${PV}-snipsnap snipsnap }