mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/cc65: Updated for version 2.16_20180102.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
53843267b4
commit
68bd4849be
2 changed files with 12 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue