summaryrefslogtreecommitdiff
blob: 4cb2ab353d88316b5d4928aa11a87987344825b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/commonbox-utils/commonbox-utils-0.5.ebuild,v 1.5 2004/04/14 09:09:01 aliz Exp $

DESCRIPTION="Common utilities for fluxbox, blackbox, and openbox"
HOMEPAGE="http://mkeadle.org/"
SRC_URI="mirror://gentoo/${P}.tar.gz"
IUSE=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ppc sparc alpha hppa amd64 ia64"

DEPEND="media-gfx/feh"
RDEPEND="virtual/x11"

src_install() {
	dobin {fbsetbg,commonbox-menugen}
	dodoc README.commonbox-utils AUTHORS COPYING
}

pkg_postinst() {
	commonbox-menugen -kg -o /usr/share/commonbox/menu
	einfo "This version is a complete rewrite, see /usr/share/doc/commonbox-utils-0.5/* for more information."
}