| 1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/x11-misc/obmenu-generator/obmenu-generator-0.53.ebuild,v 1.3 2012/08/27 13:31:47 johu Exp $
|
| 4 |
|
| 5 |
EAPI=4
|
| 6 |
|
| 7 |
DESCRIPTION="A fast pipe/static menu generator for the Openbox Window Manager"
|
| 8 |
HOMEPAGE="http://trizen.go.ro/"
|
| 9 |
SRC_URI="http://trizen.googlecode.com/files/${P}.tar.gz"
|
| 10 |
|
| 11 |
LICENSE="GPL-3"
|
| 12 |
SLOT="0"
|
| 13 |
KEYWORDS="amd64 x86"
|
| 14 |
IUSE=""
|
| 15 |
|
| 16 |
RDEPEND="dev-lang/perl
|
| 17 |
dev-perl/Data-Dump
|
| 18 |
dev-perl/Linux-DesktopFiles
|
| 19 |
x11-wm/openbox"
|
| 20 |
|
| 21 |
S=${WORKDIR}
|
| 22 |
|
| 23 |
src_install() {
|
| 24 |
dobin ${PN}
|
| 25 |
}
|
| 26 |
|
| 27 |
pkg_postinst() {
|
| 28 |
elog "No docs, run 'obmenu-generator -h' for help."
|
| 29 |
elog "Config file will be created at"
|
| 30 |
elog "~/.config/${PN}/config.pl"
|
| 31 |
}
|