summaryrefslogtreecommitdiffstats
path: root/games/openlierox/openlierox.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini2020-10-31 16:32:36 +0100
committer Matteo Bernardini2020-10-31 16:32:36 +0100
commitede8ce81ea264ba9fc0271cbb6b25961290b80ee (patch)
tree13da336105ec799f2da3f9e848c71730c7807490 /games/openlierox/openlierox.SlackBuild
parent95a609fb8edebc8dab3ec446190c9a39d4ac6656 (diff)
downloadslackbuilds-current-20201031.1.tar.gz
20201031.1 global branch merge.current-20201031.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'games/openlierox/openlierox.SlackBuild')
-rw-r--r--games/openlierox/openlierox.SlackBuild8
1 files changed, 2 insertions, 6 deletions
diff --git a/games/openlierox/openlierox.SlackBuild b/games/openlierox/openlierox.SlackBuild
index 352f4ce332..3a407c408d 100644
--- a/games/openlierox/openlierox.SlackBuild
+++ b/games/openlierox/openlierox.SlackBuild
@@ -23,8 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=openlierox
-VERSION=${VERSION:-0.58_rc3}
-SRCVER=$(echo $VERSION | tr _ .)
+VERSION=${VERSION:-20170313_3825306}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -61,7 +60,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/$VERSION.tar.gz
+tar xvf $CWD/$PRGNAM-$VERSION.tar.?z
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
@@ -70,9 +69,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-# curl/types.h removed because not supported from new CURL versions
-patch -p1 < $CWD/http_curl.patch
-
mkdir -p build
cd build
cmake . \