# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit subversion ESVN_REPO_URI="svn://svn.rockbox.org/rockbox/trunk/${PN}" DESCRIPTION="The Rockbox Utility, all you need for installing an managing rockbox" HOMEPAGE="http://www.rockbox.org/twiki/bin/view/Main/RockboxUtility" LICENSE="GPL-2" SLOT="0" IUSE="" DEPEND="${RDEPEND}" RDEPEND=">=x11-libs/wxGTK-2.8" src_install() { cd "${S}" dobin rbutil insinto "/etc" doins rbutil.ini newicon archos.ico ${PN}.ico make_desktop_entry rbutil "Rockbox Utility" /usr/share/pixmaps/${PN}.ico }