From 68bd4849be8f3c2ef9da5afe6e90e16dadd6967f Mon Sep 17 00:00:00 2001 From: B. Watson Date: Wed, 3 Jan 2018 14:57:13 -0500 Subject: development/cc65: Updated for version 2.16_20180102. Signed-off-by: B. Watson --- development/cc65/cc65.SlackBuild | 12 +++++++++--- development/cc65/cc65.info | 6 +++--- 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="" -- cgit v1.2.3