From 76cc5907bb535044d7375f4096848cc3515ed4a4 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Sat, 23 Dec 2017 21:43:13 +0100 Subject: misc/sbo-templates: Updated for version 1.0.1. Signed-off-by: Dimitris Zlatanidis --- misc/sbo-templates/sbo-templates.SlackBuild | 10 +++++----- misc/sbo-templates/sbo-templates.info | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'misc') diff --git a/misc/sbo-templates/sbo-templates.SlackBuild b/misc/sbo-templates/sbo-templates.SlackBuild index 7b4327b10e..0648ce7872 100644 --- a/misc/sbo-templates/sbo-templates.SlackBuild +++ b/misc/sbo-templates/sbo-templates.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for sbo-templates -# Copyright 2015-216 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2015-2017 Dimitris Zlatanidis Orestiada, Greece # 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=sbo-templates -VERSION=${VERSION:-0.13.0} +VERSION=${VERSION:-1.0.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -60,7 +60,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/v$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ @@ -69,13 +69,13 @@ 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 {} \; -python setup.py install --root=$PKG +python3 setup.py install --root=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a README.rst CHANGELOG LICENSE $PKG/usr/doc/$PRGNAM-$VERSION +cp -a README.rst ChangeLog.txt LICENSE $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/misc/sbo-templates/sbo-templates.info b/misc/sbo-templates/sbo-templates.info index 6aedcae634..0cc3ebd190 100644 --- a/misc/sbo-templates/sbo-templates.info +++ b/misc/sbo-templates/sbo-templates.info @@ -1,10 +1,10 @@ PRGNAM="sbo-templates" -VERSION="0.13.0" +VERSION="1.0.1" HOMEPAGE="https://github.com/dslackw/sbo-templates" -DOWNLOAD="https://github.com/dslackw/sbo-templates/archive/v0.13.0.tar.gz" -MD5SUM="2a6e08007d8ff71eb553b42cbf61815c" +DOWNLOAD="https://github.com/dslackw/sbo-templates/archive/v1.0.1/sbo-templates-1.0.1.tar.gz" +MD5SUM="89b3ffc003f421412953d9db3f75999d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python2-pythondialog" +REQUIRES="python3-pythondialog" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" -- cgit v1.2.3