summaryrefslogtreecommitdiff
blob: 9c10beac5889f2b2bbf19605562ea9fc2b8723f9 (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
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit eutils

RESTRICT="mirror"

DESCRIPTION="Skin: xstyle for XXV WWW Admin"
HOMEPAGE="http://www.dieserver.de/"
SRC_URI="http://xpix.dieserver.de/downloads/xxv/${P}.tgz"

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

S=${WORKDIR}/xstyle

RDEPEND="net-www/xxv"

src_unpack() {
	unpack ${A}
	cd ${S}
}

src_install() {
	insinto /usr/share/xxv/skins
	doins -r ${WORKDIR}/*
}