# 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.4 2004/02/17 22:58:38 agriffis 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 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." }