summaryrefslogtreecommitdiff
blob: 11b4b375c466de6e02d38980d30a47a6220b1450 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/rox-extra/fetch/fetch-0.1.2.ebuild,v 1.1 2005/11/06 19:23:39 svyatogor Exp $

inherit rox eutils

MY_PN="Fetch"
DESCRIPTION="Fetch - an 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_LIB_VER=2.0.0

DEPEND="sys-apps/dbus"

APPNAME=Fetch
S=${WORKDIR}

src_unpack() {
	if ! built_with_use sys-apps/dbus python
	then
		einfo "Fetch requires dbus python modules."
		einfo "Please rebuild dbus with USE=\"python\"."
		die "python dbus modules missing"
	fi
	unpack ${A}
	cd ${S}
}