You are not logged in.

#1 2006-04-07 22:54:32

Jacek Poplawski
Member
From: Poland
Registered: 2006-01-10
Posts: 736
Website

[req] rocksndiamonds

Third game proposal today :-)

This is probably best arcade/puzzle game ever. It's a Boulder Dash, Supaplex, Sokoban and more - in one. With good graphics, sound and level editor. And it's fscking playable.

http://www.artsoft.org/rocksndiamonds/

Offline

#2 2006-04-08 08:00:49

mpie
Member
From: 404 Not found
Registered: 2005-03-06
Posts: 649

Re: [req] rocksndiamonds

# Contributor: mpie <michael.kyne-phillips1@ntlworld.com>
pkgname=rocksndiamonds
pkgver=3.1.2
pkgrel=2
pkgdesc="boulderdash type game"
url="http://www.artsoft.org/rocksndiamonds/"
depends=('sdl' 'sdl_mixer' 'sdl_image' 'sdl_net' 'smpeg')
source=(http://www.artsoft.org/RELEASES/unix/rocksndiamonds/$pkgname-$pkgver.tar.gz)
md5sums=('489d1c1401ef1fe1bd218ba465b05594')
build() {
  cd $startdir/src/$pkgname-$pkgver
  make || return 1
  install -d -m755 $startdir/pkg/usr/share/games/rocksanddiamonds
  install -d -m755 $startdir/pkg/usr/bin
  cp -R . $startdir/pkg/usr/share/games/rocksanddiamonds
  ln -s /usr/share/games/rocksanddiamonds/rocksanddiamonds $startdir/pkg/usr/bin/rocksanddiamonds
}

tada

Offline

#3 2006-04-10 16:51:48

Jacek Poplawski
Member
From: Poland
Registered: 2006-01-10
Posts: 736
Website

Re: [req] rocksndiamonds

Will you upload your pkgbuild into AUR?

Offline

#4 2006-04-10 17:06:19

mpie
Member
From: 404 Not found
Registered: 2005-03-06
Posts: 649

Re: [req] rocksndiamonds

you can if you wish, just edit the contributor, I have may packages already

Offline

#5 2006-04-10 17:40:41

Jacek Poplawski
Member
From: Poland
Registered: 2006-01-10
Posts: 736
Website

Re: [req] rocksndiamonds

But PKGBUILD from this thread is broken (/usr/bin binary doesn't work). Maybe it's better to put there a script?

like:
cd /usr/share/games/rocksanddiamonds/
./rocksndiamonds

or even:

/usr/share/games/rocksanddiamonds/rocksndiamonds

both works

Offline

#6 2006-04-10 18:10:53

mpie
Member
From: 404 Not found
Registered: 2005-03-06
Posts: 649

Re: [req] rocksndiamonds

Jacek Poplawski wrote:

But PKGBUILD from this thread is broken (/usr/bin binary doesn't work). Maybe it's better to put there a script?

like:
cd /usr/share/games/rocksanddiamonds/
./rocksndiamonds

or even:

/usr/share/games/rocksanddiamonds/rocksndiamonds

both works

yep there's a typo on my pkgbuild the symlink will work but it points no where..

it should be

ln -s /usr/share/games/rocksanddiamonds/rocksndiamonds $startdir/pkg/usr/bin/rocksanddiamonds

use this to start it

rocksanddiamonds -b /usr/share/games/rocksanddiamonds

Offline

Board footer

Powered by FluxBB