summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2015-02-12 09:06:50 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-02-12 17:49:57 +0700
commit006c1f6ca4c898e2cc390d11083d708aef16c3da (patch)
tree7b0ef4b3deec2e418e4a1fe6c3a3f81ee7670632
parent2c13efb08a14d7e126a4ab717434857e99725add (diff)
downloadslackbuilds-006c1f6ca4c898e2cc390d11083d708aef16c3da.tar.gz
slackbuilds-006c1f6ca4c898e2cc390d11083d708aef16c3da.tar.xz
system/slpkg: Updated for version 2.2.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/slpkg/doinst.sh2
-rw-r--r--system/slpkg/slpkg.SlackBuild7
-rw-r--r--system/slpkg/slpkg.info6
3 files changed, 8 insertions, 7 deletions
diff --git a/system/slpkg/doinst.sh b/system/slpkg/doinst.sh
index 165cdcbcec..65a370ff5c 100644
--- a/system/slpkg/doinst.sh
+++ b/system/slpkg/doinst.sh
@@ -8,7 +8,7 @@ config() {
fi
}
-CONFIGS="slpkg.conf blacklist slackware-mirrors custom-repositories"
+CONFIGS="blacklist slackware-mirrors custom-repositories"
for file in $CONFIGS; do
config etc/slpkg/${file}.new
done
diff --git a/system/slpkg/slpkg.SlackBuild b/system/slpkg/slpkg.SlackBuild
index dd94eb00e5..58fa8e6fe0 100644
--- a/system/slpkg/slpkg.SlackBuild
+++ b/system/slpkg/slpkg.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for slpkg
-# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada
+# Copyright 2014-2015 Dimitris Zlatanidis Greece-Orestiada
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=slpkg
-VERSION=${VERSION:-2.2.0}
+VERSION=${VERSION:-2.2.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -79,7 +79,8 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
mkdir -p $PKG/etc/slpkg
# install configurations files
-CONFIGS="slpkg.conf blacklist slackware-mirrors custom-repositories"
+install -D -m0644 conf/${PRGNAM}.conf $PKG/etc/slpkg/${PRGNAM}.conf
+CONFIGS="blacklist slackware-mirrors custom-repositories"
for file in $CONFIGS; do
install -D -m0644 conf/$file $PKG/etc/slpkg/${file}.new
done
diff --git a/system/slpkg/slpkg.info b/system/slpkg/slpkg.info
index 86453be6d8..2000800bdd 100644
--- a/system/slpkg/slpkg.info
+++ b/system/slpkg/slpkg.info
@@ -1,8 +1,8 @@
PRGNAM="slpkg"
-VERSION="2.2.0"
+VERSION="2.2.2"
HOMEPAGE="https://github.com/dslackw/slpkg"
-DOWNLOAD="https://github.com/dslackw/slpkg/archive/v2.2.0.tar.gz"
-MD5SUM="f260b370dd9b5835e688061cb39287fe"
+DOWNLOAD="https://github.com/dslackw/slpkg/archive/v2.2.2.tar.gz"
+MD5SUM="c32bc46bcb2f5a7b4fbc681a6cccc3de"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""