mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
audio/schismtracker: Updated for version 20120105.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
70c976a7c4
commit
d7290871f1
2 changed files with 8 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# Slackware build script for Schism Tracker
|
||||
#
|
||||
# Copyright 2009-2011 Erik W. Hanson, Minneapolis, MN, USA
|
||||
# Copyright 2009-2012 Erik W. Hanson, Minneapolis, MN, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=schismtracker
|
||||
VERSION=20110101
|
||||
VERSION=20120105
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -65,6 +65,9 @@ cd $PRGNAM-$VERSION
|
|||
chown -R root:root .
|
||||
chmod -R u+w,go+r-w,a-s .
|
||||
|
||||
# Workaround windres issue:
|
||||
export WINDRES= ac_cv_prog_WINDRES= ac_cv_prog_ac_ct_WINDRES=
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="schismtracker"
|
||||
VERSION="20110101"
|
||||
VERSION="20120105"
|
||||
HOMEPAGE="http://rigelseven.com/schism/"
|
||||
DOWNLOAD="http://schismtracker.org/dl/schismtracker-20110101.tar.bz2"
|
||||
MD5SUM="86b588402407fbccbfd7d7def422aa51"
|
||||
DOWNLOAD="http://schismtracker.org/dl/schismtracker-20120105.tar.bz2"
|
||||
MD5SUM="c85ee0750b2890cbd123ff6f9cb827b9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue