Package Details: maelstrom 3.0.7-1

Git Clone URL: https://aur.archlinux.org/maelstrom.git (read-only, click to copy)
Package Base: maelstrom
Description: Asteroids-type game with sound and 3D objects
Upstream URL: http://www.libsdl.org/projects/Maelstrom/
Keywords: 2d 3d asteroids game space
Licenses: GPL
Submitter: Allan
Maintainer: jmsq
Last Packager: jmsq
Votes: 13
Popularity: 0.004274
First Submitted: 2008-12-28 12:27 (UTC)
Last Updated: 2024-08-20 10:10 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

jake_penguins commented on 2020-05-11 07:13 (UTC)

Building with makepkg fails in package(). Apparently it can't get root permissions to install system-wide:

  /usr/bin/install -c  Maelstrom /usr/bin/Maelstrom
/usr/bin/install: cannot create regular file '/usr/bin/Maelstrom': Permission denied
  /usr/bin/install -c  Maelstrom-netd /usr/bin/Maelstrom-netd
/usr/bin/install: cannot create regular file '/usr/bin/Maelstrom-netd': Permission denied
make[2]: *** [Makefile:164: install-binPROGRAMS] Error 1

thaewrapt commented on 2020-04-15 18:02 (UTC)

Thanks, I'm considering this as an option.

fuan_k commented on 2020-04-15 14:28 (UTC)

@thaewrapt feel free to adopt the package and update the PKGBUILD. :)

thaewrapt commented on 2020-04-15 12:31 (UTC)

https://github.com/thaewrapt/maelstrom/ - here is the updated package.

chipschap commented on 2018-06-24 18:35 (UTC) (edited on 2018-06-24 18:37 (UTC) by chipschap)

No longer builds, probably due to changes to gcc. Errors are limited to buttonlist.h where on lines 18 and 32

struct button *belem;

needs to be

button *belem;

and on line 44 change

struct button belem, btemp;

to

button belem, btemp;

(hmmm the asterisks get interpreted as italics)

When fixed the package builds correctly.