You are not logged in.

#1 2005-10-23 20:46:41

Moo-Crumpus
Member
From: Hessen / Germany
Registered: 2003-12-01
Posts: 1,487

Name conflict

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

#2 2005-10-23 23:47:59

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: Name conflict

Moo-Crumpus wrote:

There is a game in aur named enigma.

Hmmm... There is currently no package named enigma in the AUR.  :?

Offline

#3 2005-10-23 23:53:45

Cerebral
Forum Fellow
From: Waterloo, ON, CA
Registered: 2005-04-08
Posts: 3,108
Website

Re: Name conflict

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

#4 2005-10-24 00:13:20

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: Name conflict

Cerebral wrote:

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 wink

I would call it enigma-oxyd. The pkgdesc should be shortened though.

Offline

#5 2005-10-24 17:07:18

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: Name conflict

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

Board footer

Powered by FluxBB