You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-mobilephone/esms/esms-0.9.5.ebuild

27 lines
728 B

# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/esms/esms-0.9.5.ebuild,v 1.3 2007/07/15 02:57:21 mr_bones_ Exp $
DESCRIPTION="A small console program to send SMS messages to Spanish cellular phones"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
HOMEPAGE="http://esms.sourceforge.net"
KEYWORDS="ppc sparc x86"
IUSE=""
LICENSE="GPL-2"
SLOT="0"
DEPEND=">=dev-perl/libwww-perl-5.64 \
>=dev-perl/HTML-Parser-3.26 \
>=dev-perl/HTML-Tree-3.11
>=dev-lang/perl-5.6.1"
src_compile() {
econf || die "econf failed"
emake || die "emake failed"
}
src_install () {
make DESTDIR="${D}" install || die "install failed"
}