blob: 3521366ac6f6956809a0dac7e67f035c612f1676 (
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.3 2004/01/14 23:43:32 ciaranm Exp $
DESCRIPTION="Common utilities for fluxbox, blackbox, and openbox"
HOMEPAGE="http://mkeadle.org/"
SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ppc sparc alpha hppa amd64"
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."
}
|