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/rox-extra/downloadmanager/downloadmanager-0.1.4.ebuild

32 lines
864 B

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/rox-extra/downloadmanager/downloadmanager-0.1.4.ebuild,v 1.3 2008/08/30 20:05:12 maekke Exp $
ROX_LIB_VER=2.0.0
inherit rox eutils
MY_PN="DownloadManager"
DESCRIPTION="Download Manager - a downloader for the Fetch and the ROX Desktop"
HOMEPAGE="http://www.kerofin.demon.co.uk/rox/downloadmanager.html"
SRC_URI="http://www.kerofin.demon.co.uk/rox/${MY_PN}-${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND=">=rox-extra/fetch-0.3.3
>=dev-python/dbus-python-0.71"
APPNAME=${MY_PN}
S=${WORKDIR}
src_install() {
# Do normal ROX install first
rox_src_install
# Install DBUS session file
insinto /usr/share/dbus-1/services
doins "${FILESDIR}/uk.co.demon.kerofin.DownloadManager.service"
}