summaryrefslogtreecommitdiff
blob: befccd1c4a4f4a041bea0c3a4cb635b5ff5dbdb3 (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
29
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/esms/esms-0.9.5.ebuild,v 1.2 2002/06/01 08:51:15 blocke Exp $ 

S=${WORKDIR}/${P}

DESCRIPTION="A small console program to send messages to spanish cellular phones"
SRC_URI="http://unc.dl.sourceforge.net/sourceforge/esms/${P}.tar.gz"

HOMEPAGE="http://esms.sourceforge.net"

LICENSE="GPL"

DEPEND=">=dev-perl/libwww-perl-5.64 \
	>=dev-perl/HTML-Parser-3.26 \
	>=dev-perl/HTML-Tree-3.11"

RDEPEND="${DEPEND}"
SLOT="0"

src_compile() {
	econf
	emake || die "emake failed"
}

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