blob: 54b8ef876dd30bf880d9585d32a5e06da20f5d68 (
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-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/sendpage/sendpage-0.9.14.ebuild,v 1.3 2004/06/25 00:10:21 agriffis 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=">=Device-SerialPort-0.13
>=MailTools-1.44
>=dev-perl/libnet-1.11
>=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
}
|