diff options
Diffstat (limited to 'system/spkg')
-rw-r--r-- | system/spkg/spkg.SlackBuild | 8 | ||||
-rw-r--r-- | system/spkg/spkg.info | 6 |
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="" |