# 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}/* }