000bf3739c
git-svn-id: http://svn.sabayonlinux.org/overlay@3018 d7aec97c-591d-0410-af39-a8856400b30a
30 lines
533 B
Bash
30 lines
533 B
Bash
# Copyright 1999-2008 Sabayon Linux
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
inherit git
|
|
|
|
EGIT_REPO_URI="git://git.glacicle.com/awesome/wicked.git"
|
|
|
|
DESCRIPTION="Wicked widgets for the awesome window manager"
|
|
HOMEPAGE="http://git.glacicle.com/?p=awesome/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"
|
|
}
|