development/mg-openbsd: Updated for version 5.6.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Scott Parker 2015-02-07 05:44:42 +07:00 committed by Willy Sudiarto Raharjo
parent 026818b967
commit 960e9757b7
4 changed files with 11 additions and 11 deletions

View File

@ -1,4 +1,4 @@
mg-openbsd (OpenBSD mg ported to Linux).
mg-openbsd (Portable version of the OpenBSD mg editor).
mg is intended to be a small, fast, and portable editor for people who
can't (or don't want to) run emacs for one reason or another, or are not

View File

@ -2,7 +2,7 @@
# Slackware build script for mg-openbsd
# Copyright 2013 Scott Parker, Vancouver BC, Canada
# Copyright 2013-2015 Scott Parker, Vancouver BC, Canada
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=mg-openbsd
VERSION=${VERSION:-5.4.0}
VERSION=${VERSION:-5.6.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -41,16 +41,16 @@ PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-march=i486 -mtune=i686"
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-march=i686 -mtune=i686"
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-fPIC"
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
else
SLKCFLAGS=""
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""
fi

View File

@ -1,8 +1,8 @@
PRGNAM="mg-openbsd"
VERSION="5.4.0"
VERSION="5.6.0"
HOMEPAGE="https://github.com/scott-parker/mg-openbsd"
DOWNLOAD="https://github.com/scott-parker/mg-openbsd/archive/5.4.0.tar.gz"
MD5SUM="36afe5c3297624ce38b6dab53fb0ced5"
DOWNLOAD="https://github.com/scott-parker/mg-openbsd/archive/5.6.0.tar.gz"
MD5SUM="5bea24090965b3c0659156130b40c16e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""

View File

@ -6,7 +6,7 @@
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
mg-openbsd: mg-openbsd (OpenBSD mg ported to Linux)
mg-openbsd: mg-openbsd (Portable version of the OpenBSD mg editor)
mg-openbsd:
mg-openbsd: mg is intended to be a small, fast, and portable editor for
mg-openbsd: people who can't (or don't want to) run emacs for one reason