summaryrefslogtreecommitdiff
blob: ca4a100e262c36b724cdd28e9e6dcf27ca511b6b (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-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gtkesms/gtkesms-0.0.4.ebuild,v 1.3 2006/04/13 19:29:44 mrness Exp $

inherit eutils

DESCRIPTION="GTK GUI for esms"
SRC_URI="mirror://sourceforge/esms/${P}.tar.gz"
HOMEPAGE="http://esms.sourceforge.net"

LICENSE="GPL-2"
SLOT="0"
IUSE=""
KEYWORDS="sparc x86"

DEPEND="=x11-libs/gtk+-1.2*
		dev-perl/gtk-perl
		app-mobilephone/esms"

src_unpack() {
	unpack ${A}

	epatch "${FILESDIR}/gtkesms.patch"
}

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