mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
libraries/physfs: Updated for version 2.0.2.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
5cbc946146
commit
f453d57b09
2 changed files with 7 additions and 12 deletions
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# Slackware build script for physfs
|
||||
#
|
||||
# Copyright 2009-2010 Erik W. Hanson, Minneapolis, MN, USA
|
||||
# Copyright 2009-2011 Erik W. Hanson, Minneapolis, MN, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,8 +23,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=physfs
|
||||
VERSION=2.0.1
|
||||
BUILD=${BUILD:-3}
|
||||
VERSION=2.0.2
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -65,11 +65,6 @@ cd $PRGNAM-$VERSION
|
|||
chown -R root:root .
|
||||
chmod -R a-s,u+w,go+r-w .
|
||||
|
||||
# LIB_SUFFIX is ignored, work around it.
|
||||
sed -i -e "s|DESTINATION lib|DESTINATION lib${LIBDIRSUFFIX}|g" \
|
||||
-e "s:-Werror::" \
|
||||
CMakeLists.txt
|
||||
|
||||
cmake \
|
||||
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
|
||||
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="physfs"
|
||||
VERSION="2.0.1"
|
||||
VERSION="2.0.2"
|
||||
HOMEPAGE="http://icculus.org/physfs/"
|
||||
DOWNLOAD="http://icculus.org/physfs/downloads/physfs-2.0.1.tar.gz"
|
||||
MD5SUM="df00465fcfa80e87f718961c6dd6b928"
|
||||
DOWNLOAD="http://icculus.org/physfs/downloads/physfs-2.0.2.tar.gz"
|
||||
MD5SUM="4e8927c3d30279b03e2592106eb9184a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Erik Hanson"
|
||||
EMAIL="erik@slackbuilds.org"
|
||||
APPROVED="dsomero"
|
||||
APPROVED="dsomero,Niels Horn"
|
||||
|
|
Loading…
Reference in a new issue