summaryrefslogtreecommitdiff
blob: 6bab1fd3f383af95b7ef1e2347e326c84dffd7ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/galicesms/galicesms-1.51.ebuild,v 1.1 2007/03/26 09:11:39 mrness Exp $

DESCRIPTION="GTK2 GUI interface for sending SMS messages via Rosso Alice (Italian ADSL service)"
HOMEPAGE="http://www.marzocca.net/linux/galicesms.html"
SRC_URI="http://www.marzocca.net/linux/downloads/${P}.tar.gz"

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

RDEPEND="dev-perl/gtk2-perl
	dev-perl/libwww-perl
	dev-perl/URI"

S="${WORKDIR}"

src_install() {
	dobin "${PN}"
}