# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit rox eutils MY_PN="Fetch" DESCRIPTION="Fetch - a downloader for the ROX Desktop" HOMEPAGE="http://www.kerofin.demon.co.uk/rox/fetch.html" SRC_URI="http://www.kerofin.demon.co.uk/rox/${MY_PN}-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" ROX_VER=2.1.2 ROX_LIB_VER=2.0.2 APPNAME=Fetch S=${WORKDIR} pkg_postinst() { einfo "${APPNAME} has been installed into /usr/lib/rox" einfo "You can run it by typing ${APPNAME} at the command line." einfo "Or, you can run it by pointing the ROX file manager to the" einfo "install location -- /usr/lib/rox/${APPNAME} -- and click" einfo "on ${APPNAME}'s icon, drag it to a panel, desktop, etc." echo if ! built_with_use sys-apps/dbus python then ewarn "dbus python modules are NOT installed. ${APPNAME} will run" ewarn "however, integration with the Download Manager module will" ewarn "be possible and the program will crash if you try and set" ewarn "that option. If integration with the Download Manager is" ewarn "desired, please emerge dbus and then Download Manager and" ewarn "then ${APPNAME} should work fine!" fi }