summaryrefslogtreecommitdiffstats
path: root/system/spkg
diff options
context:
space:
mode:
author Matteo Bernardini2022-02-07 21:48:29 +0100
committer Willy Sudiarto Raharjo2022-02-09 03:35:18 +0100
commitc351aece44f42ba2e32dc0ae176eb431f9ef1668 (patch)
treec27dd4dd301ce05310283ee1f60d40911e5f244b /system/spkg
parent4706b2b5dc88a08414a0f7670b46dfd3d40a3b06 (diff)
downloadslackbuilds-c351aece44f42ba2e32dc0ae176eb431f9ef1668.tar.gz
system/spkg: Updated for version 1.4.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/spkg')
-rw-r--r--system/spkg/spkg.SlackBuild8
-rw-r--r--system/spkg/spkg.info6
2 files changed, 6 insertions, 8 deletions
diff --git a/system/spkg/spkg.SlackBuild b/system/spkg/spkg.SlackBuild
index 5a4fe61ab9..f817984b75 100644
--- a/system/spkg/spkg.SlackBuild
+++ b/system/spkg/spkg.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for spkg
-# Copyright 2013-2018 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
+# Copyright 2013-2022 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=spkg
-VERSION=${VERSION:-1.1}
+VERSION=${VERSION:-1.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -79,11 +79,9 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-./autogen.sh
-
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
-./configure \
+./autogen.sh \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--sysconfdir=/etc \
diff --git a/system/spkg/spkg.info b/system/spkg/spkg.info
index ff3b42c437..0b85969e26 100644
--- a/system/spkg/spkg.info
+++ b/system/spkg/spkg.info
@@ -1,8 +1,8 @@
PRGNAM="spkg"
-VERSION="1.1"
+VERSION="1.4"
HOMEPAGE="https://github.com/megous/spkg/"
-DOWNLOAD="https://github.com/megous/spkg/archive/1.1/spkg-1.1.tar.gz"
-MD5SUM="39f2ca45ae9532ce7f23036c175fbd40"
+DOWNLOAD="https://github.com/megous/spkg/archive/1.4/spkg-1.4.tar.gz"
+MD5SUM="04ec6ef31a5fed367cb1055a85da9d2f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""