summaryrefslogtreecommitdiff
blob: 5c79b5c8b02a6d0d078d83c8cbd57757bc60cef9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/snipsnap-bin/snipsnap-bin-0.4.2a.ebuild,v 1.1 2004/07/30 21:52:34 axxo Exp $

DESCRIPTION="A blog/wiki personal content management system"
HOMEPAGE="http://snipsnap.org"
SRC_URI="mirror://sourceforge/${PN/-bin}/${P/-bin}-20030326.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
IUSE=""
DEPEND=">=virtual/jre-1.3"

src_install() {
	dodir /opt/${PN/-bin}
	cp -pR * ${D}/opt/${PN/-bin}

	exeinto /opt/${PN/-bin}
	newexe ${FILESDIR}/${PV}-run.sh run.sh
	exeinto /etc/init.d
	newexe ${FILESDIR}/${PV}-snipsnap snipsnap
}