mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/tp_smapi: Updated for version 0.43 + New maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b6a2ef639d
commit
36ddd673d9
3 changed files with 13 additions and 12 deletions
|
@ -22,7 +22,8 @@
|
|||
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=tp_smapi
|
||||
VERSION=${VERSION:-0.41}
|
||||
SRCNAM=tp-smapi
|
||||
VERSION=${VERSION:-0.43}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -60,9 +61,9 @@ set -e
|
|||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
rm -rf $PRGNAM-tp-smapi-$VERSION
|
||||
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-tp-smapi-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="tp_smapi"
|
||||
VERSION="0.41"
|
||||
VERSION="0.43"
|
||||
HOMEPAGE="https://github.com/evgeni/tp_smapi"
|
||||
DOWNLOAD="https://github.com/downloads/evgeni/tp_smapi/tp_smapi-0.41.tar.gz"
|
||||
MD5SUM="63c683415c764568f6bf17c7eabe4752"
|
||||
DOWNLOAD="https://github.com/evgeni/tp_smapi/archive/tp-smapi/0.43/tp-smapi-0.43.tar.gz"
|
||||
MD5SUM="0e8dfb8af5b2cf361bb74e9ffef60f87"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="Antonio Hernández Blas"
|
||||
EMAIL="hba.nihilismus@gmail.com"
|
||||
MAINTAINER="Maykon Chagas"
|
||||
EMAIL="mchagas@member.fsf.org"
|
||||
|
|
Loading…
Reference in a new issue