network/smstools3: Updated for version 3.1.15.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2016-01-05 11:46:33 +07:00
parent 34e5069ef0
commit 4a4a335e99
3 changed files with 20 additions and 11 deletions

View File

@ -108,3 +108,14 @@ diff -Nur smstools3.orig//scripts/sms3 smstools3/scripts/sms3
NAME=smsd
PSOPT="-e"
ECHO=echo
--- smstools3/src/Makefile.old 2016-01-05 11:42:44.419397198 +0700
+++ smstools3/src/Makefile 2016-01-05 11:42:54.920396958 +0700
@@ -43,7 +43,7 @@
ifneq (,$(findstring SOLARIS,$(CFLAGS)))
ifeq (,$(findstring DISABLE_INET_SOCKET,$(CFLAGS)))
-override LFLAGS += -lsocket -lnsl
+ override LFLAGS += -lsocket -lnsl
endif
endif

View File

@ -22,7 +22,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=smstools3
VERSION=${VERSION:-3.1.14}
VERSION=${VERSION:-3.1.15}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -66,10 +66,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
-exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
patch --verbose -p1 < $CWD/fixups.diff
@ -89,9 +89,7 @@ chown -R root:dialout $PKG/var/spool/sms
chmod -R g+rw $PKG/var/spool/sms
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
LICENSE README scripts examples doc/* \
$PKG/usr/doc/$PRGNAM-$VERSION
cp -a LICENSE README scripts examples doc/* $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
find $PKG/usr/doc -type f -exec chmod 0644 {} \;

View File

@ -1,8 +1,8 @@
PRGNAM="smstools3"
VERSION="3.1.14"
VERSION="3.1.15"
HOMEPAGE="http://smstools3.kekekasvi.com"
DOWNLOAD="http://smstools3.kekekasvi.com/packages/smstools3-3.1.14.tar.gz"
MD5SUM="e0f9f84240f0db9a286aa3a5fa3bd8fb"
DOWNLOAD="http://smstools3.kekekasvi.com/packages/smstools3-3.1.15.tar.gz"
MD5SUM="0241ef60e646fac1a06254a848e61ed7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""