mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
perl/perl-Sidef: Updated for version 2.10.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
99729876d3
commit
7078df536c
2 changed files with 6 additions and 7 deletions
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=perl-Sidef
|
PRGNAM=perl-Sidef
|
||||||
VERSION=${VERSION:-0.11}
|
VERSION=${VERSION:-2.10}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -57,14 +57,13 @@ fi
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
SRCNAM="sidef"
|
SRCNAM="sidef"
|
||||||
SUFFIX="EOL"
|
|
||||||
|
|
||||||
rm -rf $PKG
|
rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
rm -rf $PRGNAM-$VERSION
|
rm -rf $PRGNAM-$VERSION
|
||||||
tar xvf $CWD/$VERSION-$SUFFIX.tar.gz
|
tar xvf $CWD/$VERSION.tar.gz
|
||||||
mv $SRCNAM-$VERSION-$SUFFIX $PRGNAM-$VERSION
|
mv $SRCNAM-$VERSION $PRGNAM-$VERSION
|
||||||
cd $PRGNAM-$VERSION
|
cd $PRGNAM-$VERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find -L . \
|
find -L . \
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="perl-Sidef"
|
PRGNAM="perl-Sidef"
|
||||||
VERSION="0.11"
|
VERSION="2.10"
|
||||||
HOMEPAGE="https://github.com/trizen/sidef"
|
HOMEPAGE="https://github.com/trizen/sidef"
|
||||||
DOWNLOAD="https://github.com/trizen/sidef/archive/0.11-EOL.tar.gz"
|
DOWNLOAD="https://github.com/trizen/sidef/archive/2.10.tar.gz"
|
||||||
MD5SUM="f4805043331a095116c8489109c9880d"
|
MD5SUM="42c0c3469b49df8226fce4e2c3ba62fa"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="perl-data-dump perl-Module-Build"
|
REQUIRES="perl-data-dump perl-Module-Build"
|
||||||
|
|
Loading…
Reference in a new issue