mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/bip: Updated for version 0.9.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1a66fca315
commit
8afaf0ae22
2 changed files with 7 additions and 8 deletions
|
@ -27,8 +27,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=bip
|
PRGNAM=bip
|
||||||
VERSION=${VERSION:-0.9.0_rc3}
|
VERSION=${VERSION:-0.9.0}
|
||||||
SRCVER=${SRCVER:-0.9.0-rc3}
|
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
@ -72,9 +71,9 @@ set -e
|
||||||
rm -rf $PKG
|
rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
rm -rf $PRGNAM-$SRCVER
|
rm -rf $PRGNAM-$VERSION
|
||||||
tar xvf $CWD/$PRGNAM-$SRCVER.tar.gz
|
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||||
cd $PRGNAM-$SRCVER
|
cd $PRGNAM-$VERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find -L . \
|
find -L . \
|
||||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="bip"
|
PRGNAM="bip"
|
||||||
VERSION="0.9.0_rc3"
|
VERSION="0.9.0"
|
||||||
HOMEPAGE="https://bip.milkypond.org/"
|
HOMEPAGE="https://bip.milkypond.org/"
|
||||||
DOWNLOAD="https://projects.duckcorp.org/attachments/download/87/bip-0.9.0-rc3.tar.gz"
|
DOWNLOAD="https://projects.duckcorp.org/attachments/download/101/bip-0.9.0.tar.gz"
|
||||||
MD5SUM="f4c9af03b591d475396424e212fa41e2"
|
MD5SUM="2ef0fbf8c6a2e351bb6ce82ca8a5afd2"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue