system/ack: Updated for version 2.14, set ARCH=noarch.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
ffd22af965
commit
4e193d54fc
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for ack
|
||||
# Copyright 2013 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
|
||||
# Copyright 2013-2014 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -22,17 +22,11 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=ack
|
||||
VERSION=${VERSION:-2.10}
|
||||
VERSION=${VERSION:-2.14}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
ARCH=noarch
|
||||
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ack"
|
||||
VERSION="2.10"
|
||||
VERSION="2.14"
|
||||
HOMEPAGE="http://beyondgrep.com"
|
||||
DOWNLOAD="http://beyondgrep.com/ack-2.10-single-file"
|
||||
MD5SUM="75a525273bbb601ef7477f535cbe58d1"
|
||||
DOWNLOAD="http://beyondgrep.com/ack-2.14-single-file"
|
||||
MD5SUM="e74150a1609d28a70b450ef9cc2ed56b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue