Package Details: bombermaaan 1.4.0.627-9

Git Clone URL: https://aur.archlinux.org/bombermaaan.git (read-only, click to copy)
Package Base: bombermaaan
Description: A classic Bomberman-like game with multiplayer support
Upstream URL: https://bombermaaan.sourceforge.net
Keywords: game
Licenses: GPL3, custom:proprietary
Submitter: None
Maintainer: patlefort
Last Packager: patlefort
Votes: 8
Popularity: 0.000000
First Submitted: 2008-11-08 07:52 (UTC)
Last Updated: 2023-05-23 02:06 (UTC)

Latest Comments

1 2 3 Next › Last »

vantu5z commented on 2021-06-22 13:46 (UTC)

Link to Bombermaan_levels_pack.zip from https://www.moddb.com/games/bombermaaan/addons/level-pack-151-levels was expired.

eschwartz commented on 2018-04-26 15:03 (UTC)

Can you stop posting dozens of times just to say one thing? Also you can edit your comment and add markdown formatting, e.g. PKGBUILDS in code blocks.

cdwijs commented on 2018-04-25 07:00 (UTC)

Pastebin of the working PKGBUILD: https://pastebin.com/UYB32azW

cdwijs commented on 2018-04-25 06:24 (UTC) (edited on 2018-04-26 15:37 (UTC) by eschwartz)

Working PKGBUILD:

# Maintainer: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
# Contributor: Micael Soder <zoulnix@gmail.com>

pkgname=bombermaaan
pkgver=1.4.0.627
pkgrel=5
_pkgdate=20081018
pkgdesc="A classic Bomberman-like game with multiplayer support"
arch=('i686' 'x86_64')
url="http://$pkgname.sourceforge.net"
license=('GPL3')
depends=('sdl_mixer')
install=$pkgname.install
source=("http://downloads.sourceforge.net/$pkgname/Bombermaaan_${pkgver}_${_pkgdate}_src.tar.gz"
        "http://downloads.sourceforge.net/$pkgname/Bombermaaan_${pkgver}_${_pkgdate}_res.tar.gz"
        "http://www.moddb.com/downloads/mirror/30444/108/47e3ef8f40d8c0885f9417b7c43314c3"
        "$pkgname.png"
        "$pkgname.desktop")
sha256sums=('fb0b6d59569d436ac10b452857b8800b831513ab888b29a66c2dc0ada12d045d'
            '48c702d42a87b44606cbed2da88b49b250f66c6a65067d1dc43b25980ef1c74a'
            '7a73655f609096271434d20e8a9c33b9af71c547a4a1fc312fbd85866f6c8519'
            '803576f10eb6b45e807cd12a4ccd6b17652ddda53bf8f0e2fa1fb5623d9287bc'
            '06f8be98170c3c95628003a1419bb25527617330f225bab82baffa564ca1f92b')
prepare() {
  cd Bombermaaan_${pkgver}_${_pkgdate}_src

  # copy data files for generated library
  cp -r ../Bombermaaan_${pkgver}_${_pkgdate}_res/RES32 .

  cd Bombermaaan
  # type fix
  sed "s|\tchar \*backslash|\tconst char \*backslash|" -i winreplace.cpp
  # adapt directory to arch standards
  sed "s|share/games/bombermaaan|share/bombermaaan|" -i CGame.cpp
  # add our cflags/ldflags
  sed "s|SDL_CFLAGS :=|& $CXXFLAGS |;s|SDL_LDFLAGS :=|& $LDFLAGS |" -i Makefile
}

build() {
  make -C Bombermaaan_${pkgver}_${_pkgdate}_src
}

package() {
  cd Bombermaaan_${pkgver}_${_pkgdate}_src

  # binary
  install -Dm755 Bombermaaan/Bombermaaan "$pkgdir"/usr/bin/bombermaaan
  # library
  install -Dm644 RESGEN/libbombermaaan.so.1.0.0 "$pkgdir"/usr/lib/libbombermaaan.so.1.0.0
  ln -s libbombermaaan.so.1.0.0 "$pkgdir"/usr/lib/libbombermaaan.so.1
  ln -s libbombermaaan.so.1 "$pkgdir"/usr/lib/libbombermaaan.so
  # doc
  install -Dm644 Readme.html "$pkgdir"/usr/share/doc/$pkgname/README.html
  cd ..
  # level pack by feillyne: http://www.moddb.com/games/bombermaaan/addons/level-pack-151-levels
  install -d "$pkgdir"/usr/share/$pkgname/Levels
  install -m644 Levels/* "$pkgdir"/usr/share/$pkgname/Levels
  # .desktop entry
  install -Dm644 $pkgname.png "$pkgdir"/usr/share/pixmaps/$pkgname.png
  install -Dm644 $pkgname.desktop "$pkgdir"/usr/share/applications/$pkgname.desktop
}

cdwijs commented on 2018-04-25 06:06 (UTC)

src/Bombermaan_levels_pack.zip is not a zip file (its an html file): $ unzip src/Bombermaan_levels_pack.zip Archive: src/Bombermaan_levels_pack.zip End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive. unzip: cannot find zipfile directory in one of src/Bombermaan_levels_pack.zip or src/Bombermaan_levels_pack.zip.zip, and cannot find src/Bombermaan_levels_pack.zip.ZIP, period.

carstene1ns commented on 2014-09-07 17:33 (UTC)

As said multiple times now: the download link is correct. GameFront/ModDB however may block direct downloads from certain countries/ip adresses, this is nothing I can fix. You should be able to get the levels pack by visiting the link I posted on 2013-07-02 just fine.