summaryrefslogtreecommitdiff
blob: 915bc556993cf04a8fcc085e3de0eadeaa366c4a (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
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-p2p/lince/lince-0.99.3.ebuild,v 1.1 2008/04/16 22:17:29 coldwind Exp $

MY_P="Lince-${PV}"

DESCRIPTION="a light, powerfull and full feature gtkmm bittorrent client"
SRC_URI="mirror://sourceforge/lincetorrent/${MY_P}.tar.gz"
HOMEPAGE="http://lincetorrent.sourceforge.net"

RDEPEND="dev-cpp/gtkmm
	x11-libs/cairo
	>=net-libs/rb_libtorrent-0.13
	dev-libs/libxml2
	sys-devel/gettext"
DEPEND="${RDEPEND}
	dev-util/intltool"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE=""

S=${WORKDIR}/${MY_P}

src_install () {
	emake DESTDIR="${D}" install || die
}