summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins/vicious/vicious-2.0.3.ebuild')
-rw-r--r--x11-plugins/vicious/vicious-2.0.3.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/x11-plugins/vicious/vicious-2.0.3.ebuild b/x11-plugins/vicious/vicious-2.0.3.ebuild
new file mode 100644
index 000000000000..f5d528530aef
--- /dev/null
+++ b/x11-plugins/vicious/vicious-2.0.3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=3
+
+DESCRIPTION="Modular widget library for x11-wm/awesome"
+HOMEPAGE="http://awesome.naquadah.org/wiki/Vicious"
+SRC_URI="http://dev.gentoo.org/~wired/distfiles/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 ~arm 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"
+}