# Maintainer: Denis Yantarev pkgname=smstools3 pkgver=3.1.15 pkgrel=5 pkgdesc="SMS gateway which can send and receive messages through GSM modems and mobile phones" arch=('i686' 'x86_64') url="http://smstools3.kekekasvi.com/" license=('GPL') backup=(etc/smsd.conf etc/logrotate.d/smsd) install=smsd.install depends=('bash') makedepends=() source=(http://smstools3.kekekasvi.com/packages/$pkgname-$pkgver.tar.gz makefile.patch sendsms.patch smsd.install smsd.conf smsd.tmpfiles smsd.logrotate smsd.service) md5sums=('0241ef60e646fac1a06254a848e61ed7' '4cadb840b5604a73831ef53f8c24bb11' 'eabdaf793ed2fb9883ea0923b31450d3' '24b41505c471d0594174bca4a1555f8f' 'ebc64ebc17f874fc0b1e6f0b4ce7fc79' '6209da5f6d2b53bb8814f6181aa42848' '647c58aa56c6a29d6e68e73c239715f4' '7357a577480e95463112963f4244d2c1') prepare() { cd $srcdir || return 1 patch -p0