summaryrefslogtreecommitdiff
blob: 2721f68eb220f50b433aeed57028b3c594adb4b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-client/planet/planet-20040808.ebuild,v 1.1 2004/08/08 18:36:03 stuart Exp $

DESCRIPTION="App to create sites like http://planet.kde.org/"
HOMEPAGE="http://planetplanet.org/"
SRC_URI="http://dev.gentoo.org/~stuart/planet/${P}.tar.bz2"
LICENSE="PSF-2.2"
KEYWORDS="~x86"
IUSE=""
SLOT=0
DEPEND="$DEPEND"
#RDEPEND=""

S=${WORKDIR}/${PN}-nightly

DOCS="AUTHORS README INSTALL ChangeLog"

src_install ()
{
	dodoc $DOCS
	rm -f $DOCS

	dodir /usr/lib/planet
	cp -R * ${D}/usr/lib/planet
}

pkg_postinst ()
{
	einfo
	einfo "Planet has been installed into /usr/lib/planet.  You will"
	einfo "probably want to copy these files into a directory of your own"
	einfo "before changing the templates and configuration file."
	einfo
}