system/slpkg: Updated for version 2.8.7.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
75d1759469
commit
38f64402b8
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=slpkg
|
||||
VERSION=${VERSION:-2.8.2}
|
||||
VERSION=${VERSION:-2.8.7}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -84,6 +84,9 @@ for file in $CONFIGS; do
|
|||
install -D -m0644 conf/$file $PKG/etc/slpkg/${file}.new
|
||||
done
|
||||
|
||||
# keep original configuration file for reset
|
||||
cp -p conf/slpkg.conf $PKG/etc/slpkg/slpkg.conf.orig
|
||||
|
||||
# install bash completion file
|
||||
mkdir -p $PKG/etc/bash_completion.d
|
||||
install -D -m0744 conf/${PRGNAM}.bash-completion \
|
||||
|
@ -101,7 +104,7 @@ gzip -9 man/$PRGNAM.8
|
|||
install -D -m0644 man/$PRGNAM.8.gz $PKG/usr/man/man8/$PRGNAM.8.gz
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a README.rst ChangeLog.txt LICENSE TESTING ISSUES \
|
||||
cp -a README.rst ChangeLog.txt LICENSE TESTING ISSUES KNOWN_ISSUES REPOSITORIES \
|
||||
requirements.txt $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="slpkg"
|
||||
VERSION="2.8.2"
|
||||
VERSION="2.8.7"
|
||||
HOMEPAGE="https://github.com/dslackw/slpkg"
|
||||
DOWNLOAD="https://github.com/dslackw/slpkg/archive/v2.8.2.tar.gz"
|
||||
MD5SUM="8158ab7fe2555a24553c9efa6d6f8ac9"
|
||||
DOWNLOAD="https://github.com/dslackw/slpkg/archive/v2.8.7.tar.gz"
|
||||
MD5SUM="cac1f51618665cebd8ed778f78a8d2fe"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue