blob: 100cd13b85137233cb12503e2711159e626e895f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-ftp/junkie/junkie-0.3.1.ebuild,v 1.5 2004/07/15 00:00:37 agriffis Exp $
inherit gnome2
S=${WORKDIR}/${PN}${PV}
DESCRIPTION="Junkie - GTK2 FTP Client"
SRC_URI="mirror://sourceforge/${PN}/${PN}${PV}.tar.bz2"
HOMEPAGE="http://sourceforge.net/projects/junkie"
SLOT="0"
LICENSE="BSD"
KEYWORDS="x86 ~ppc ~sparc"
IUSE=""
DEPEND=">=x11-libs/gtk+-2.0.3
>=dev-libs/glib-2.0.0"
DOC="AUTHORS COPYING ChangeLog INSTALL NEWS README"
|