# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A program to send sms messages to cellular phones in Austria" HOMEPAGE="http://student.cosy.sbg.ac.at/~mheimlich/gnusms/" SRC_URI="http://student.cosy.sbg.ac.at/~mheimlich/gnusms/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" src_compile() { econf emake || die } src_install() { einstall }