Package Details: battlejump 0.12.0-10

Git Clone URL: https://aur.archlinux.org/battlejump.git (read-only, click to copy)
Package Base: battlejump
Description: Arcade game inspired by Monster Farm Jump.
Upstream URL: http://www.battlejump.com
Licenses: cc-by-nc-sa
Submitter: aspirogrammer
Maintainer: Basxto
Last Packager: Basxto
Votes: 2
Popularity: 0.000000
First Submitted: 2015-11-11 04:49 (UTC)
Last Updated: 2018-01-22 20:00 (UTC)

Dependencies (7)

Required by (0)

Sources (4)

Latest Comments

Basxto commented on 2018-01-22 20:04 (UTC)

I’ve fixed PKGBUILD syntax and written a srcipt for starting the game.

Starting the game via launcher or editor is definitely broken. That’s not critical, but inconvenient.

I try to get in contact with the upstream developer, maybe he is willing to open source the engine. It does not seem like he is working on the game any longer.

aspirogrammer commented on 2018-01-22 14:54 (UTC)

Thanks. It would be perhaps better if you could update the PKGBUILD.

Basxto commented on 2018-01-17 01:49 (UTC) (edited on 2018-01-17 01:53 (UTC) by Basxto)

==> Starting package()...
/home/dabascht/build/battlejump/PKGBUILD: line 19: cd: too many arguments
==> ERROR: A failure occurred in package().
    Aborting...

Please use:

cd ${srcdir}/BattleJump

I also get

./BattleJump: /usr/lib/libcurl.so.4: version `CURL_OPENSSL_3' not found (required by ./BattleJump)

and injected libcurl-compat to work around that:

echo "cd '/usr/share/battlejump/' && LD_PRELOAD=libcurl.so.3 ./BattleJumpLauncher" > ${pkgdir}/usr/bin/battlejumplauncher
echo "cd '/usr/share/battlejump/' && LD_PRELOAD=libcurl.so.3 ./BattleEditor" > ${pkgdir}/usr/bin/battlejumpeditor
echo "cd '/usr/share/battlejump/' && LD_PRELOAD=libcurl.so.3 ./BattleJump" > ${pkgdir}/usr/bin/battlejump
echo "cd '/usr/share/battlejump/' && LD_PRELOAD=libcurl.so.3 ./BattleJumpLevelManager" > ${pkgdir}/usr/bin/battlejumplevelmanager

The license still needs to get fixed manually:

license=("cc-by-nc-sa")

Pival81 commented on 2016-07-13 19:48 (UTC)

license should be an array