libraries/liblinebreak: Updated for version 2.1.

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
Niels Horn 2011-06-03 23:05:03 -05:00 committed by Robby Workman
parent 7250b44346
commit d2e35cff22
2 changed files with 5 additions and 7 deletions

View file

@ -4,19 +4,17 @@
# Originally written by Audrius Kazukauskas <audrius@neutrino.lt>
# Maintained as of version 2.0 by Niels Horn <niels.horn@gmail.com>
# Revision date: 2010/01/28
# Revision date: 2011/05/29
PRGNAM=liblinebreak
VERSION=${VERSION:-2.0}
VERSION=${VERSION:-2.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
# Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi

View file

@ -1,8 +1,8 @@
PRGNAM="liblinebreak"
VERSION="2.0"
VERSION="2.1"
HOMEPAGE="http://vimgadgets.sourceforge.net/liblinebreak/"
DOWNLOAD="http://downloads.sourceforge.net/vimgadgets/liblinebreak-2.0.tar.gz"
MD5SUM="c4ac2052b9e1883822662ecee483c542"
DOWNLOAD="http://downloads.sourceforge.net/vimgadgets/liblinebreak-2.1.tar.gz"
MD5SUM="9fe73b4b230434765be2305e50f8fe45"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Niels Horn"