development/cc65: Updated for version 2.13.3, added license.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
B. Watson 2012-12-21 21:18:41 +01:00 committed by Matteo Bernardini
parent da1cca6f6b
commit 56cd1c7b36
2 changed files with 12 additions and 5 deletions

View file

@ -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

View file

@ -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=""