diff options
author | Johannes Schoepfer <slackbuilds[at]schoepfer[dot]info> | 2018-03-18 23:22:25 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-03-18 23:22:25 +0000 |
commit | fd684dd68bc1e0c0af27ef365df4525c69f05878 (patch) | |
tree | 70c6837f7b4ee3054dcb9e8a7f253c7671df159f /libraries/physfs | |
parent | 1e23026cf20e461ae3e3d5a737f63c0652290aba (diff) | |
download | slackbuilds-fd684dd68bc1e0c0af27ef365df4525c69f05878.tar.gz |
libraries/physfs: Updated for version 3.0.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/physfs')
-rw-r--r-- | libraries/physfs/physfs.SlackBuild | 9 | ||||
-rw-r--r-- | libraries/physfs/physfs.info | 8 |
2 files changed, 9 insertions, 8 deletions
diff --git a/libraries/physfs/physfs.SlackBuild b/libraries/physfs/physfs.SlackBuild index efb820ce35..0326077831 100644 --- a/libraries/physfs/physfs.SlackBuild +++ b/libraries/physfs/physfs.SlackBuild @@ -2,9 +2,9 @@ # # Slackware build script for physfs # -# Copyright 2009-2013 Erik W. Hanson, Minneapolis, MN, USA +# Copyright 2009 - 2013 Erik W. Hanson, Minneapolis, MN, USA # Copyright 2015 Andrew Strong, Blue Mountains Australia -# Copyright 2017 Johannes Schoepfer +# Copyright 2017 - 2018 Johannes Schoepfer, Germany # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=physfs -VERSION=${VERSION:-2.0.3} +VERSION=${VERSION:-3.0.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -90,7 +90,8 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a CHANGELOG.txt CREDITS.txt INSTALL.txt LICENSE.txt TODO.txt \ +cp -a LICENSE.txt README.txt docs/CHANGELOG.txt docs/CREDITS.txt docs/Doxyfile \ + docs/INSTALL.txt docs/README-API-documentation.txt docs/TODO.txt \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/libraries/physfs/physfs.info b/libraries/physfs/physfs.info index 4a3f5e383a..b8f6e44eae 100644 --- a/libraries/physfs/physfs.info +++ b/libraries/physfs/physfs.info @@ -1,8 +1,8 @@ PRGNAM="physfs" -VERSION="2.0.3" -HOMEPAGE="http://icculus.org/physfs/" -DOWNLOAD="http://icculus.org/physfs/downloads/physfs-2.0.3.tar.bz2" -MD5SUM="c2c727a8a8deb623b521b52d0080f613" +VERSION="3.0.1" +HOMEPAGE="https://icculus.org/physfs/" +DOWNLOAD="https://icculus.org/physfs/downloads/physfs-3.0.1.tar.bz2" +MD5SUM="359f102bcbd62accf84ef32f4863255d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |