# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/vicious/vicious-2.0.1.ebuild,v 1.2 2010/11/17 13:35:33 wired Exp $ EAPI=3 DESCRIPTION="Modular widget library for x11-wm/awesome" HOMEPAGE="http://awesome.naquadah.org/wiki/Vicious" SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" RDEPEND="=x11-wm/awesome-3.4*" 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" }