summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2018-01-03 14:57:13 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-01-06 06:55:43 +0700
commit68bd4849be8f3c2ef9da5afe6e90e16dadd6967f (patch)
tree641f6ee9a428856dbb08e41da5ab48b96c094c61 /development
parent53843267b4d09f69d9dfed5438e3dadb69650725 (diff)
downloadslackbuilds-68bd4849be8f3c2ef9da5afe6e90e16dadd6967f.tar.gz
slackbuilds-68bd4849be8f3c2ef9da5afe6e90e16dadd6967f.tar.xz
development/cc65: Updated for version 2.16_20180102.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'development')
-rw-r--r--development/cc65/cc65.SlackBuild12
-rw-r--r--development/cc65/cc65.info6
2 files changed, 12 insertions, 6 deletions
diff --git a/development/cc65/cc65.SlackBuild b/development/cc65/cc65.SlackBuild
index 4878b29fb5..0cf38ce354 100644
--- a/development/cc65/cc65.SlackBuild
+++ b/development/cc65/cc65.SlackBuild
@@ -6,6 +6,12 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20180103 bkw:
+# - Update for 2.16_20180102, git commit 040134e7.
+# - "prefix" renamed to "PREFIX" in src/Makefile. For now, set both in
+# the make command, so this script can still build the previous version
+# if someone needs it.
+
# 20170703 bkw:
# - Update for 2.16_20170630. Upstream still hasn't done a release, but
# again there's lots of development.
@@ -22,7 +28,7 @@
# reason. Source is created from a git checkout, see git2targz.sh.
PRGNAM=cc65
-VERSION=${VERSION:-2.16_20170630}
+VERSION=${VERSION:-2.16_20180102}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -65,9 +71,9 @@ find . -type d -print0 | xargs -0 chmod 755
sed -i "/^CFLAGS/s,-O[^ ]*,$SLKCFLAGS," src/Makefile
PKGDOC=$PKG/usr/doc/$PRGNAM-$VERSION
-make all prefix=/usr LDFLAGS=-Wl,-s
+make all PREFIX=/usr prefix=/usr LDFLAGS=-Wl,-s
#make -C doc html # we use pre-generated HTML docs now
-make install prefix=$PKG/usr htmldir=$PKGDOC samplesdir=$PKGDOC/samples
+make install PREFIX=$PKG/usr prefix=$PKG/usr htmldir=$PKGDOC samplesdir=$PKGDOC/samples
# binaries already stripped, no man pages
diff --git a/development/cc65/cc65.info b/development/cc65/cc65.info
index 0268de1d32..a2abd4e7ac 100644
--- a/development/cc65/cc65.info
+++ b/development/cc65/cc65.info
@@ -1,8 +1,8 @@
PRGNAM="cc65"
-VERSION="2.16_20170630"
+VERSION="2.16_20180102"
HOMEPAGE="http://cc65.github.io/cc65/"
-DOWNLOAD="http://urchlay.naptime.net/~urchlay/src/cc65-2.16_20170630.tar.xz"
-MD5SUM="d939f05f3d3aa80f7ed9c17e9a28de39"
+DOWNLOAD="http://urchlay.naptime.net/~urchlay/src/cc65-2.16_20180102.tar.xz"
+MD5SUM="afa1bbaf50aa47d132f719782198cdb4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""