summaryrefslogtreecommitdiff
blob: be707ecd4f99ec75e9ca198c7f87422d35160fea (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
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-ftp/gtkfxp/gtkfxp-0.5.ebuild,v 1.1 2005/11/13 06:59:18 vapier Exp $

inherit eutils

DESCRIPTION="FXP client written in GTK"
HOMEPAGE="http://home.swipnet.se/~w-92416/gtkfxp/"
SRC_URI="http://home.swipnet.se/~w-92416/gtkfxp/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="=x11-libs/gtk+-1*"

S=${WORKDIR}/${PN}

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${FILESDIR}"/${P}-build.patch
}

src_install() {
	make install DESTDIR="${D}" || die
	dodoc BUGS ChangeLog README TODO
}