summaryrefslogtreecommitdiff
blob: 1ec40d2f41d6b39f7d227e33b10f190959b576e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnocky/gnocky-0.0.6.ebuild,v 1.1 2008/07/12 16:02:51 mrness Exp $

DESCRIPTION="GTK-2 version of gnokii"
HOMEPAGE="http://www.gnokii.org/"
SRC_URI="http://www.gnokii.org/download/${PN}/${P}.tar.gz"

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

RDEPEND=">=x11-libs/gtk+-2
	gnome-base/libglade
	app-mobilephone/gnokii"
DEPEND="dev-util/pkgconfig
	${RDEPEND}"

src_install()
{
	einstall || die "make install failed"
}