Files
sablink-distro/dev-libs/wicked/wicked-9999.ebuild
T
2008-07-30 15:17:27 +00:00

30 lines
521 B
Bash

# 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/wicked.git"
DESCRIPTION="Wicked widgets for the awesome window manager"
HOMEPAGE="http://git.glacicle.com/?p=wicked.git;a=summary"
SRC_URI=""
LICENSE=""
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
RDEPEND="dev-lang/lua"
DEPEND="${RDEPEND}"
EAPI="1"
src_install()
{
doman "${PN}.7.gz"
insinto "${ROOT}/usr/share/awesome/lib"
doins "${PN}.lua"
}