You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-misc/idesk-extras/idesk-extras-1.37.ebuild

28 lines
648 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/idesk-extras/idesk-extras-1.37.ebuild,v 1.3 2012/06/20 19:04:15 ago Exp $
EAPI=4
DESCRIPTION="Graphical configuration for iDesk plus icons"
HOMEPAGE="http://www.jmurray.id.au/idesk-extras.html" # dead?
SRC_URI="http://dev.gentoo.org/~hasufell/distfiles/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="app-shells/bash
x11-misc/idesk
x11-misc/xdialog"
src_install() {
dobin idesktool
dodoc CHANGES
dohtml ${PN}.html
insinto /usr/share/idesk
doins -r icons
}