system/gpart: Fixed download.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
109f7f48a9
commit
b129eef611
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for gpart
|
# Slackware build script for gpart
|
||||||
|
|
||||||
# Copyright 2015 Hunter Sezen California, USA
|
# Copyright 2015-2016 Hunter Sezen California, USA
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -29,7 +29,7 @@ TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
case "$( uname -m )" in
|
case "$( uname -m )" in
|
||||||
i?86) ARCH=i486 ;;
|
i?86) ARCH=i586 ;;
|
||||||
arm*) ARCH=arm ;;
|
arm*) ARCH=arm ;;
|
||||||
*) ARCH=$( uname -m ) ;;
|
*) ARCH=$( uname -m ) ;;
|
||||||
esac
|
esac
|
||||||
|
@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo}
|
||||||
PKG=$TMP/package-$PRGNAM
|
PKG=$TMP/package-$PRGNAM
|
||||||
OUTPUT=${OUTPUT:-/tmp}
|
OUTPUT=${OUTPUT:-/tmp}
|
||||||
|
|
||||||
if [ "$ARCH" = "i486" ]; then
|
if [ "$ARCH" = "i586" ]; then
|
||||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
|
||||||
LIBDIRSUFFIX=""
|
LIBDIRSUFFIX=""
|
||||||
elif [ "$ARCH" = "i686" ]; then
|
elif [ "$ARCH" = "i686" ]; then
|
||||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
PRGNAM="gpart"
|
PRGNAM="gpart"
|
||||||
VERSION="0.3"
|
VERSION="0.3"
|
||||||
HOMEPAGE="https://github.com/baruch/gpart"
|
HOMEPAGE="https://github.com/baruch/gpart"
|
||||||
DOWNLOAD="https://github.com/baruch/gpart/archive/0.3.tar.gz"
|
DOWNLOAD="https://github.com/baruch/gpart/archive/0.3/gpart-0.3.tar.gz"
|
||||||
MD5SUM="2d709068b5123198b3eb337f9d4686a8"
|
MD5SUM="2d709068b5123198b3eb337f9d4686a8"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
|
|
Loading…
Reference in New Issue