mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-03 03:21:35 +02:00
testing/smstools: new aport
SMS Gateway software which can send and receive short messages through GSM modems and mobile phones
This commit is contained in:
parent
f11acc55f1
commit
79ffe8ded9
85
testing/smstools/APKBUILD
Normal file
85
testing/smstools/APKBUILD
Normal file
@ -0,0 +1,85 @@
|
||||
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
|
||||
pkgname=smstools
|
||||
pkgver=3.1.15
|
||||
pkgrel=0
|
||||
_realname="${pkgname}${pkgver%\.[0-9]*\.[0-9]*}"
|
||||
pkgdesc="SMS Gateway software which can send and receive short messages through GSM modems and mobile phones"
|
||||
url="http://smstools3.kekekasvi.com/"
|
||||
arch="all"
|
||||
license="GPL"
|
||||
depends=
|
||||
depends_dev=
|
||||
makedepends="$depends_dev"
|
||||
install=$pkgname.pre-install
|
||||
subpackages=
|
||||
pkgusers="smsd"
|
||||
pkggroups="smsd"
|
||||
source="http://smstools3.kekekasvi.com/packages/${_realname}-$pkgver.tar.gz
|
||||
$pkgname.initd
|
||||
$pkgname.conf
|
||||
$pkgname.logrotate"
|
||||
|
||||
_builddir="$srcdir"/$_realname
|
||||
|
||||
prepare() {
|
||||
cd "$_builddir"
|
||||
# apply patches here
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$_builddir"
|
||||
./configure --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--mandir=/usr/share/man \
|
||||
--infodir=/usr/share/info
|
||||
make || return 1
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
mkdir -p $pkgdir/usr/bin/ $pkgdir/usr/sbin/ || return 1
|
||||
install -m0755 $_builddir/src/smsd $pkgdir/usr/sbin/smsd || return 1
|
||||
install -m0755 $_builddir/scripts/sendsms $pkgdir/usr/bin/sendsms || return 1
|
||||
install -m0755 $_builddir/scripts/sms2html $pkgdir/usr/bin/sms2html || return 1
|
||||
install -m0755 $_builddir/scripts/sms2unicode $pkgdir/usr/bin/sms2unicode || return 1
|
||||
install -m0755 $_builddir/scripts/unicode2sms $pkgdir/usr/bin/unicode2sms || return 1
|
||||
|
||||
mkdir -p $pkgdir/etc/ || return 1
|
||||
install -m0644 $srcdir/smstools.conf $pkgdir/etc/smsd.conf || return 1
|
||||
|
||||
mkdir -p $pkgdir/etc/init.d/ || return 1
|
||||
install -m0755 $srcdir/smstools.initd $pkgdir/etc/init.d/smsd || return 1
|
||||
|
||||
#mkdir -p $pkgdir/etc/conf.d/ || return 1
|
||||
#install -m0644 $srcdir/smsd.confd $pkgdir/etc/conf.d/smsd || return 1
|
||||
|
||||
mkdir -p $pkgdir/etc/logrotate.d/ || return 1
|
||||
install -m0644 $srcdir/smstools.logrotate $pkgdir/etc/logrotate.d/smsd || return 1
|
||||
|
||||
#mkdir -p $pkgdir/usr/lib/tmpfiles.d/ || return 1
|
||||
#install -m0644 $srcdir/smsd.tmpfiles $pkgdir/usr/lib/tmpfiles.d/smsd.conf || return 1
|
||||
|
||||
mkdir -p $pkgdir/var/spool/sms/incoming || return 1
|
||||
mkdir -p $pkgdir/var/spool/sms/outgoing || return 1
|
||||
mkdir -p $pkgdir/var/spool/sms/checked || return 1
|
||||
chmod 0750 $pkgdir/var/spool/sms || return 1
|
||||
chmod 0770 $pkgdir/var/spool/sms/* || return 1
|
||||
chown -R smsd:smsd $pkgdir/var/spool/sms || return 1
|
||||
|
||||
mkdir -p $pkgdir/var/log/smsd || return 1
|
||||
chmod 0770 $pkgdir/var/log/smsd || return 1
|
||||
chown -R smsd:smsd $pkgdir/var/spool/sms || return 1
|
||||
}
|
||||
|
||||
md5sums="0241ef60e646fac1a06254a848e61ed7 smstools3-3.1.15.tar.gz
|
||||
36849a432473d0919af772620101de12 smstools.initd
|
||||
6582c2d7961b5fd888f018b7287e401b smstools.conf
|
||||
b6f3db0e9fbd38058c2effc43c54abb9 smstools.logrotate"
|
||||
sha256sums="ed00ffaeaa312a5b4f969f4e97a64603a866bbe16e393ea02f5bf05234814d59 smstools3-3.1.15.tar.gz
|
||||
58f503cccfae18c40e13aa70a6aa653a14fa77b3268841f8643264203faf511c smstools.initd
|
||||
fbf2f111d9ab8b3f0ede02fc426c0056a5ac6554972b948e011bb1f08fedd299 smstools.conf
|
||||
f1c046c4b35c35777453cbaca32a982ed8511bf7d50a5190b9f57109e94c26e4 smstools.logrotate"
|
||||
sha512sums="6a4cc852327fac27b00fc58def4bbc8caa395552586fe1b84f0f4a9f7f6b00008943b85c86de0821036629c58cf04840a189d711b4ac96f7ddaafd6b340b11fa smstools3-3.1.15.tar.gz
|
||||
3bece7305bf0ab64bf104d026821d9e441b802758cf890dd0fe18358d524db94e42304c0a87b0daa9a3cd7e17f9c604f7374a8ee9f58cb28adc3d6501d187ebd smstools.initd
|
||||
cf2a6d605f49df10d172bc412983312d37b315e42bdb82b2ce27eda4aaaec8526a6548db293457f48aa70b8d911a4169c77682f68850bef4c084b27ca478db9d smstools.conf
|
||||
668eed2143c1f08fe1deb27a20496317c77160f3278d68fbc54ac8008c5d266c0a2dc39551fd1ced92706bfffc0bc5ee7581e452670e3bff92837e598b98b10e smstools.logrotate"
|
||||
8
testing/smstools/smstools.conf
Normal file
8
testing/smstools/smstools.conf
Normal file
@ -0,0 +1,8 @@
|
||||
devices = GSM1
|
||||
logfile = /var/log/smsd/smsd.log
|
||||
loglevel = 7
|
||||
|
||||
[GSM1]
|
||||
device = /dev/ttyS0
|
||||
incoming = yes
|
||||
#pin = 1111
|
||||
31
testing/smstools/smstools.initd
Normal file
31
testing/smstools/smstools.initd
Normal file
@ -0,0 +1,31 @@
|
||||
#!/sbin/runscript
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/smstools/files/smsd.initd3,v 1.1 2012/12/20 10:41:42 chainsaw Exp $
|
||||
|
||||
depend() {
|
||||
need localmount
|
||||
}
|
||||
|
||||
start() {
|
||||
if ! [ -d /var/run/smsd ]; then
|
||||
ebegin "Creating /var/run/smsd for ${SVCNAME}"
|
||||
mkdir /var/run/smsd \
|
||||
&& chown smsd:sms /var/run/smsd \
|
||||
&& chmod 770 /var/run/smsd
|
||||
eend $?
|
||||
fi
|
||||
|
||||
chown smsd:sms /var/log/smsd.log
|
||||
ebegin "Starting smsd"
|
||||
start-stop-daemon -b -u smsd:sms --start --exec /usr/bin/smsd -- \
|
||||
-c /etc/smsd.conf -p /var/run/smsd/smsd.pid \
|
||||
-i /var/run/smsd/smsd.working
|
||||
eend ${?}
|
||||
}
|
||||
|
||||
stop() {
|
||||
ebegin "Stopping smsd"
|
||||
start-stop-daemon --stop -n smsd
|
||||
eend ${?}
|
||||
}
|
||||
6
testing/smstools/smstools.logrotate
Normal file
6
testing/smstools/smstools.logrotate
Normal file
@ -0,0 +1,6 @@
|
||||
/var/log/smsd/smsd.log {
|
||||
notifempty
|
||||
missingok
|
||||
sharedscripts
|
||||
copytruncate
|
||||
}
|
||||
3
testing/smstools/smstools.pre-install
Executable file
3
testing/smstools/smstools.pre-install
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
addgroup -S sms
|
||||
adduser -h /var/spool/sms -s /bin/false -G sms -G uucp -S -D smsd
|
||||
Loading…
x
Reference in New Issue
Block a user