/[gentoo-x86]/x11-misc/obmenu-generator/obmenu-generator-0.53.ebuild
Gentoo

Contents of /x11-misc/obmenu-generator/obmenu-generator-0.53.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (show annotations) (download)
Fri Oct 26 18:56:29 2012 UTC (6 months, 3 weeks ago) by hasufell
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +2 -1 lines
fix dependencies thanks to o11c

(Portage version: 2.2.0_alpha140/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)

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 }

  ViewVC Help
Powered by ViewVC 1.1.13