# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit git EGIT_REPO_URI="git://git.glacicle.com/awesome/eminent" DESCRIPTION="Eminent dynamic tagging lybrary for the awesome window manager" HOMEPAGE="http://git.glacicle.com/?p=awesome/eminent;a=summary" SRC_URI="" LICENSE="" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" RDEPEND="dev-lang/lua" DEPEND="${RDEPEND}" src_install() { doman "${PN}.7.gz" insinto "${ROOT}/usr/share/awesome/lib" doins "${PN}.lua" }