blob: e09d87d088f97873f36c0fec9c03bf01370e6848 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/emphetamine/emphetamine-0.99.6.ebuild,v 1.2 2003/07/13 14:31:36 aliz Exp $
inherit gnome2
DESCRIPTION="GNOME-based download manager."
SRC_URI="mirror://sourceforge/emphetamine/${P}.tar.gz"
HOMEPAGE="http://emphetamine.sourceforge.net"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
DEPEND="x11-libs/libelysium
x11-libs/libelysiumui"
#RDEPEND=""
S=${WORKDIR}/${P}
|