summaryrefslogtreecommitdiff
blob: 9da12cbc163da6b3e109cdf7e6e564bcd0145f57 (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
# Copyright 2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header$

inherit webapp

DESCRIPTION="Bookz"
HOMEPAGE="https://www.gunnarwrobel.de:444/"
SRC_URI="ftp://localhost/distfiles/bookz.tar.bz2"

LICENSE="GPL-2"
KEYWORDS="~x86"
IUSE=""

DEPEND=""
RDEPEND=">=net-www/apache-1.3"

S=${WORKDIR}

src_install() {
        webapp_src_preinst

        cp -r ${S}/* ${D}${MY_HTDOCSDIR}

        webapp_src_install
}