Browse Source
python/python3-dugong: Fix DOWNLOAD.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/182/head
Andrew Clemons
4 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
7 additions and
8 deletions
-
python/python3-dugong/python3-dugong.SlackBuild
-
python/python3-dugong/python3-dugong.info
|
|
|
@ -27,8 +27,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=python3-dugong |
|
|
|
SRCNAM=nikratio-python-dugong |
|
|
|
REV=${REV:-21b41d977c10} |
|
|
|
SRCNAM=python-dugong |
|
|
|
VERSION=${VERSION:-3.7} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
@ -73,9 +72,9 @@ set -e |
|
|
|
rm -rf $PKG |
|
|
|
mkdir -p $TMP $PKG $OUTPUT |
|
|
|
cd $TMP |
|
|
|
rm -rf $SRCNAM-$REV |
|
|
|
tar xvf $CWD/release-$VERSION.tar.bz2 || tar xvf $CWD/$SRCNAM-$REV.tar.bz2 |
|
|
|
cd $SRCNAM-$REV |
|
|
|
rm -rf $SRCNAM-release-$VERSION |
|
|
|
tar xvf $CWD/$SRCNAM-release-$VERSION.tar.gz |
|
|
|
cd $SRCNAM-release-$VERSION |
|
|
|
chown -R root:root . |
|
|
|
find -L . \ |
|
|
|
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |
|
|
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="python3-dugong" |
|
|
|
VERSION="3.7" |
|
|
|
HOMEPAGE="https://bitbucket.org/nikratio/python-dugong/" |
|
|
|
DOWNLOAD="https://bitbucket.org/nikratio/python-dugong/get/release-3.7.tar.bz2" |
|
|
|
MD5SUM="fc42583424ab74219c4d7a6df0400b35" |
|
|
|
HOMEPAGE="https://github.com/python-dugong/python-dugong/" |
|
|
|
DOWNLOAD="https://github.com/python-dugong/python-dugong/archive/release-3.7/python-dugong-release-3.7.tar.gz" |
|
|
|
MD5SUM="1af55f3cb0afa3c415d43b82ec19b12a" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|
|