You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
672 B
24 lines
672 B
# Copyright 1999-2012 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/vicious/vicious-2.0.4.ebuild,v 1.1 2012/05/06 18:15:28 maksbotan Exp $
|
|
|
|
EAPI=3
|
|
|
|
DESCRIPTION="Modular widget library for x11-wm/awesome"
|
|
HOMEPAGE="http://awesome.naquadah.org/wiki/Vicious"
|
|
SRC_URI="http://git.sysphere.org/${PN}/snapshot/${P}.tar.xz"
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~arm ~x86"
|
|
IUSE=""
|
|
|
|
DEPEND=""
|
|
RDEPEND="x11-wm/awesome"
|
|
|
|
src_install() {
|
|
insinto /usr/share/awesome/lib/vicious
|
|
doins -r widgets helpers.lua init.lua || die "Install failed"
|
|
dodoc CHANGES README TODO || die "dodoc failed"
|
|
}
|