mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-dialup/sendpage: add 1.1.1
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
committed by
Conrad Kostecki
parent
96de139c8e
commit
5d37aaa14b
@@ -1 +1,2 @@
|
||||
DIST sendpage-1.001.tar.gz 127130 BLAKE2B a90ff3334fd1f3c112bf852f2858caa2264659c195b11542fb1e67047f19298982b767af555da5aadbb621ed9765dd5d9d80449df445222b2eec20b1fb66366b SHA512 694f7eb8afd3a73d1322d51140b5eb473a3d697613a88d1b90fb0368e9eb25ec4cee8ed018841076fcd8370420d6c9f437f84af873b31cccb36c16f91a01cb3d
|
||||
DIST sendpage-1.001001.tar.gz 112211 BLAKE2B 42694d745be8ce662bbbcf4fb80ef830b3f1a0d7af65e7c4c8514b60559d831915f77efa1dbd8585747aa4bb54e124a8eb68684b7baddc0fa5587d887f37aa85 SHA512 2f714cabc233176ca8891f7806d86fcd998f7a469446334f9b555d0f3934f8830510db2fa046a08d6fa688028f3bf14e5bb03af8edb9dfe37ab993244f0a3353
|
||||
|
||||
44
net-dialup/sendpage/sendpage-1.1.1.ebuild
Normal file
44
net-dialup/sendpage/sendpage-1.1.1.ebuild
Normal file
@@ -0,0 +1,44 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit perl-module
|
||||
|
||||
MY_P="${PN}-1.001001"
|
||||
|
||||
DESCRIPTION="Dialup alphapaging software"
|
||||
HOMEPAGE="https://sendpage.github.io/"
|
||||
SRC_URI="https://sendpage.github.io/download/${MY_P}.tar.gz"
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~x86"
|
||||
|
||||
DEPEND="
|
||||
acct-group/sms
|
||||
acct-user/sendpage
|
||||
dev-perl/DBI
|
||||
dev-perl/Device-SerialPort
|
||||
dev-perl/MailTools
|
||||
dev-perl/Net-SNPP
|
||||
dev-perl/Sys-Hostname-Long
|
||||
dev-perl/Test-MockObject
|
||||
virtual/perl-libnet
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
PATCHES=( "${FILESDIR}"/1.1.0-makefile.patch )
|
||||
|
||||
src_install() {
|
||||
perl-module_src_install
|
||||
insinto /etc
|
||||
doins sendpage.cf
|
||||
newinitd "${FILESDIR}"/sendpage.initd sendpage
|
||||
diropts -o sendpage -g sms -m0770
|
||||
keepdir /var/spool/sendpage
|
||||
docompress -x /usr/share/doc/${PF}/text/
|
||||
docinto text/
|
||||
dodoc docs/*
|
||||
}
|
||||
Reference in New Issue
Block a user