system/slpkg: Updated for version 2.9.4.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
f939e8ff57
commit
d09db4855e
|
@ -8,7 +8,8 @@ config() {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
CONFIGS="slpkg.conf repositories.conf blacklist slackware-mirrors custom-repositories"
|
CONFIGS="slpkg.conf repositories.conf blacklist slackware-mirrors \
|
||||||
|
default-repositories custom-repositories"
|
||||||
for file in $CONFIGS; do
|
for file in $CONFIGS; do
|
||||||
config etc/slpkg/${file}.new
|
config etc/slpkg/${file}.new
|
||||||
done
|
done
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=slpkg
|
PRGNAM=slpkg
|
||||||
VERSION=${VERSION:-2.9.1}
|
VERSION=${VERSION:-2.9.4}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
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
|
mkdir -p $PKG/etc/slpkg
|
||||||
# install configuration files
|
# install configuration files
|
||||||
CONFIGS="slpkg.conf repositories.conf blacklist slackware-mirrors custom-repositories"
|
CONFIGS="slpkg.conf repositories.conf blacklist slackware-mirrors \
|
||||||
|
default-repositories custom-repositories"
|
||||||
for file in $CONFIGS; do
|
for file in $CONFIGS; do
|
||||||
install -D -m0644 conf/$file $PKG/etc/slpkg/${file}.new
|
install -D -m0644 conf/$file $PKG/etc/slpkg/${file}.new
|
||||||
done
|
done
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="slpkg"
|
PRGNAM="slpkg"
|
||||||
VERSION="2.9.1"
|
VERSION="2.9.4"
|
||||||
HOMEPAGE="https://github.com/dslackw/slpkg"
|
HOMEPAGE="https://github.com/dslackw/slpkg"
|
||||||
DOWNLOAD="https://github.com/dslackw/slpkg/archive/v2.9.1.tar.gz"
|
DOWNLOAD="https://github.com/dslackw/slpkg/archive/v2.9.4.tar.gz"
|
||||||
MD5SUM="2ba8c1f63d05f368d9c7a6f12f4df387"
|
MD5SUM="6616d6612e6eed897fd723777f5fb273"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in New Issue