summaryrefslogtreecommitdiff
blob: c8bd122b4f9cfd24b374daedae95f19a59dbb1e2 (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
30
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-dialup/sendpage/sendpage-0.9.14.ebuild,v 1.1 2005/05/10 21:14:44 mrness Exp $

inherit perl-module

DESCRIPTION="Dialup alphapaging software."
HOMEPAGE="http://www.sendpage.org/"
SRC_URI="http://www.sendpage.org/download/${P}.tar.gz"

LICENSE="GPL-1"
SLOT="0"
KEYWORDS="~x86 ~ppc"
IUSE=""

DEPEND=">=dev-perl/Device-SerialPort-0.13
	>=dev-perl/MailTools-1.44
	>=dev-perl/libnet-1.11
	>=dev-perl/Net-SNPP-1.13"

mydoc="FEATURES THANKS TODO email2page.conf sendpage.cf snpp.conf docs/*"

src_install() {
	perl-module_src_install
	exeinto /etc/init.d
	newexe ${FILESDIR}/sendpage_sendpage-0.9.1 sendpage
	insinto /etc
	doins sendpage.cf
}