sys-kernel/e-sources : ...
[gentoo-zh.git] / x11-plugins / vicious / vicious-2.1.0.ebuild
bloba9fc1935a0330f3c99dc0c5e206cd868897158a8
1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
5 EAPI=5
7 DESCRIPTION="Modular widget library for x11-wm/awesome"
8 HOMEPAGE="http://awesome.naquadah.org/wiki/Vicious"
9 SRC_URI="http://git.sysphere.org/${PN}/snapshot/${P}.tar.xz"
11 LICENSE="GPL-2"
12 SLOT="0"
13 KEYWORDS="~amd64 ~arm ~x86"
14 IUSE="contrib"
16 DEPEND=""
17 RDEPEND="x11-wm/awesome"
19 src_install() {
20 insinto /usr/share/awesome/lib/vicious
21 doins -r widgets helpers.lua init.lua
22 dodoc CHANGES README TODO
24 if use contrib; then
25 insinto /usr/share/awesome/lib/vicious/contrib
26 doins contrib/*.lua
27 newdoc contrib/README README.contrib