mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
development/cc65: Updated for version 2.13.3, added license.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
da1cca6f6b
commit
56cd1c7b36
2 changed files with 12 additions and 5 deletions
|
@ -1,11 +1,13 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
# Slackware build script for cc65
|
||||
|
||||
# Written by B. Watson (yalhcru@gmail.com)
|
||||
|
||||
# Licensed under the WTFPL. See http://sam.zoy.org/wtfpl/ for details.
|
||||
|
||||
PRGNAM=cc65
|
||||
VERSION=${VERSION:-2.13.2}
|
||||
VERSION=${VERSION:-2.13.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -52,6 +54,11 @@ find . -name gcc.mak | xargs perl -i -pe \
|
|||
'if(/^CFLAGS\s*=/) { s/-g\b//; s/-O\d/'"$SLKCFLAGS"'/; }'
|
||||
|
||||
make -j1 -f make/gcc.mak prefix=/usr
|
||||
|
||||
# for some reason, the install script isn't creating this directory in 2.13.3,
|
||||
# though it used to in 2.13.2
|
||||
mkdir -p $PKG/usr/lib/cc65/tgi
|
||||
|
||||
make -j1 -f make/gcc.mak install prefix=$PKG/usr docdir=$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
|
||||
# binaries already stripped, no man/info pages
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="cc65"
|
||||
VERSION="2.13.2"
|
||||
VERSION="2.13.3"
|
||||
HOMEPAGE="http://www.cc65.org"
|
||||
DOWNLOAD="http://distfiles.macports.org/cc65/cc65-sources-2.13.2.tar.bz2"
|
||||
MD5SUM="cbf9e25db21002371222ae025a6a1850"
|
||||
DOWNLOAD="http://urchlay.naptime.net/~urchlay/src/cc65-sources-2.13.3.tar.bz2"
|
||||
MD5SUM="99de534c4a9e04b45a82c239ed4ded20"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue