You are not logged in.
Pages: 1
There is a game in aur named enigma. I did a package for a game, that is named enigma, too. It was formerly known as oxyd, and then have been open sourced as enigma.
What to do? name the package enigma-oxyd?
# $Id: PKGBUILD,v 1.1 2005/10/09 19:03:37 judd Exp $
pkgname=enigma-oxyd
pkgver=0.92
pkgrel=1
pkgdesc="Enigma is a puzzle game inspired by Oxyd on the Atari ST and Rock'n'Roll on the Amiga. The object of the game is to find uncover pairs of identically colored Oxyd stones. Simple? Yes. Easy? Certainly not! Hidden traps, vast mazes, laser beams, and, most of all, countless hairy puzzles usually block your direct way to the Oxyd stones... "
depends=('sdl' 'sdl_ttf' 'sdl_mixer' 'sdl_image')
url="http://www.nongnu.org/enigma/"
groups=('game')
conflicts=('enigma')
source=(http://download.berlios.de/enigma-game/enigma-$pkgver.tar.gz)
#source=(http://savannah.nongnu.org/download/enigma/$pkgname-$pkgver.tar.gz)
md5sums=('4b1407c637ec5b4d452ba54392255c80')
build() {
cd $startdir/src/enigma-$pkgver
./configure --prefix=/usr/
make || return 1
make DESTDIR=$startdir/pkg install
}
Frumpus ♥ addict
[mu'.krum.pus], [frum.pus]
Offline
There is a game in aur named enigma.
Hmmm... There is currently no package named enigma in the AUR. :?
Offline
Not so much in AUR as in extra.
07:53pm $ pacman -Ss enigma
extra/enigma 1.04-1
Enigma is a puzzle game involving falling blocks
Offline
Not so much in AUR as in extra.
07:53pm $ pacman -Ss enigma extra/enigma 1.04-1 Enigma is a puzzle game involving falling blocks
OK
I would call it enigma-oxyd. The pkgdesc should be shortened though.
Offline
enigma-oxyd is perhaps the best idea - I was thinking "enigma-sdl" until I saw snowman's idea.
I'd still contact the authors... let them know.
Offline
Pages: 1