mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
system/sbotools: Updated for version 1.9 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ad91f79b29
commit
328460ccc6
4 changed files with 16 additions and 18 deletions
|
@ -7,7 +7,7 @@ x86_64 systems.
|
|||
|
||||
There are man pages for each of the sbo* commands, and more documentation,
|
||||
as well as online versions of the man pages, can be found at
|
||||
http://dawnrazor.net/sbotools/documentation/
|
||||
http://pink-mist.github.io/sbotools/documentation/
|
||||
|
||||
sbotools bundles the required Perl module Sort::Versions with it. This does
|
||||
not interfere with a copy installed from the CPAN, or from slackbuilds.org.
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
#!/usr/bin/bash
|
||||
#!/bin/sh
|
||||
#
|
||||
# Slackware build script for <sbotools>
|
||||
# Written by Jacob Pipkin <j@dawnrazor.net>
|
||||
# Licensed under the WTFPL <http://sam.zoy.org/wtfpl/COPYING>
|
||||
|
||||
PRGNAM=sbotools
|
||||
VERSION=${VERSION:-1.8}
|
||||
VERSION=${VERSION:-1.9}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -25,11 +25,11 @@ rm -rf $SRCNAM-$VERSION
|
|||
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
|
||||
cd $SRCNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||
-exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o \
|
||||
-perm 400 \) -exec chmod 644 {} \;
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
# we set INSTALLMAN3DIR=none to elide the Sort::Versions.3 man page so that we
|
||||
# don't clobber one from perl-Sort-Versions or Sort::Versions.
|
||||
|
@ -66,9 +66,7 @@ find $PKG -name perllocal.pod -o -name ".packlist" -o -name "*.bs" | xargs rm -f
|
|||
find $PKG -depth -type d -empty -delete || true
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/SBO-Lib
|
||||
cp -a \
|
||||
SBO-Lib/README \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION/SBO-Lib
|
||||
cp -a SBO-Lib/{README,Changes} $PKG/usr/doc/$PRGNAM-$VERSION/SBO-Lib
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="sbotools"
|
||||
VERSION="1.8"
|
||||
HOMEPAGE="http://dawnrazor.net/sbotools/"
|
||||
DOWNLOAD="http://dawnrazor.net/wp-content/uploads/2013/11/sbotools-1.8.tar.gz"
|
||||
MD5SUM="bbc4a3929f678074605e7b6b27917c50"
|
||||
VERSION="1.9"
|
||||
HOMEPAGE="http://pink-mist.github.io/sbotools/"
|
||||
DOWNLOAD="http://pink-mist.github.io/sbotools/downloads/sbotools-1.9.tar.gz"
|
||||
MD5SUM="2979e11461247fcf04971ee920608923"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="Jacob Pipkin"
|
||||
EMAIL="j@dawnrazor.net"
|
||||
MAINTAINER="Andreas Guldstrand"
|
||||
EMAIL="andreas.guldstrand@gmail.com"
|
||||
|
|
|
@ -13,7 +13,7 @@ sbotools: interface to slackbuilds.org. Its features include requirement
|
|||
sbotools: handling and the ability to handle 32-bit and compat32 builds on
|
||||
sbotools: multilib x86_64 systems.
|
||||
sbotools:
|
||||
sbotools: http://dawnrazor.net/sbotools
|
||||
sbotools: https://pink-mist.github.io/sbotools/
|
||||
sbotools:
|
||||
sbotools:
|
||||
sbotools:
|
||||
|
|
Loading…
Reference in a new issue