# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A GTK2 GUI for sending sms via Virgilio, for users @tin.it only" HOMEPAGE="http://www.marzocca.net/linux/gtinsms.html" LICENSE="GPL-2" SRC_URI="http://www.marzocca.net/linux/downloads/${P}.tar.gz" RESTRICT="nomirror" #as long as it isn't in the official Portage tree SLOT="0" KEYWORDS="x86" DEPEND="dev-perl/gtk2-perl dev-perl/libwww-perl" IUSE="" S="${WORKDIR}" src_install() { dobin "${PN}" }