You are not logged in.

#1 2005-06-01 14:45:27

Father
Member
From: Australia
Registered: 2004-06-01
Posts: 209

[Games] Eternal Lands - Free MMORPG

Heres a PKGBUILD for eternal lands

[edit] removed `install=' line, it only made a symlink which the package was already doing with a bash script anyway [/edit]

#contributor: Adam Griffiths <adam_griffithsAATTdart.net.au>
pkgname=eternallands
pkgver=1.0.1
pkgrel=1
pkgdesc="Eternal Lands is a free MMORPG (massively multiplayer online role playing game)"
url="http://www.eternal-lands.com/index.php?content=main_page"
depends=(x-server)
source=('http://el.tfm.ro/el_101.zip')

build()
{
  cd $startdir/src
  mkdir -p $startdir/pkg/usr/local/games/eternallands
  mkdir -p $startdir/pkg/usr/local/bin
  mv * $startdir/pkg/usr/local/games/eternallands

  echo '#!/bin/bash' > $startdir/pkg/usr/local/bin/el
  echo 'cd /usr/local/games/eternallands/' >> $startdir/pkg/usr/local/bin/el
  echo './el.x86.linux.bin' >> $startdir/pkg/usr/local/bin/el

  chmod 755 $startdir/pkg/usr/local/games/eternallands/el.x86.linux.bin $startdir/pkg/usr/local/bin/el
  chgrp users $startdir/pkg/usr/local/games/eternallands/el.x86.linux.bin $startdir/pkg/usr/local/bin/el
}
md5sums=('10727a6a8978fcee6d18548285d617e4')

see you in the game!

Offline

#2 2005-06-03 20:37:17

kensai
Member
From: Puerto Rico
Registered: 2005-06-03
Posts: 2,484
Website

Re: [Games] Eternal Lands - Free MMORPG

I want this package added too. Is just the best MMORPG for Linux and can't be left out. wink


Follow me in: Identi.ca, Twitter, Google+

Offline

#3 2005-06-12 05:40:05

encelo
Member
From: Oxford, UK
Registered: 2005-02-23
Posts: 96
Website

Re: [Games] Eternal Lands - Free MMORPG

What about PlaneShift then?


Blog | Twitter | nCine 2D game engine
All problems in computer graphics can be solved with a matrix inversion. - James Blinn.

Offline

#4 2005-06-13 07:23:47

Father
Member
From: Australia
Registered: 2004-06-01
Posts: 209

Re: [Games] Eternal Lands - Free MMORPG

i have a script for planeshift that i could pkgbuild.. since the installer is dodgy..

i tried it out.. its really bad atm.. eternal lands > planeshift
its interface, gameplay, current dev. level are all behind eternal lands..


the alternate install script is here
bb post:
http://www.planeshift3d.com/wbboard/thr … c8a504c007
direct link:
http://snafu.rabidgeek.com/~malverian/m … ift.tar.gz

im not sure how to package it.. whether the installer runs and packages the planeshift install.. or if i just package the script..

packaging the install means that when you update the game, it will be out of synch with pacman and removing the package wont be 100%..
packaging the script means that you have to manually remove the game.. but is from a technical point of view.. cleaner..

Offline

#5 2005-06-13 08:19:35

cmp
Member
Registered: 2005-01-03
Posts: 350

Re: [Games] Eternal Lands - Free MMORPG

could you add a tarball of the build files for eternal lands to the aur?
I think you're missing the .install script.

Offline

#6 2005-06-13 13:38:17

Father
Member
From: Australia
Registered: 2004-06-01
Posts: 209

Re: [Games] Eternal Lands - Free MMORPG

ahhh... i missed that one.. thanks! sorry for any inconvenience


[edit] PKGBUILD updated... i removed the `install=' line, the .install was just making a symlink, i forgot to remove the line because i was already `echo'ing a bash script [/edit]


[edit] Eternal Lands is now in the AUR!
http://aur.archlinux.org/packages.php?d … Packages=0 [/edit]

Offline

#7 2006-03-16 08:29:22

CyRiX_BlAcK
Member
Registered: 2006-03-02
Posts: 35

Re: [Games] Eternal Lands - Free MMORPG

Md5 sum is wrong, how do I fix it?

08:28:55 (117.59 KB/s) - `el_120_linux_full.zip' saved [37718170/37718170]

==> Validating source files with MD5sums
    el_120_linux_full.zip ... FAILED
==> ERROR: One or more files did not pass the validity check!

Offline

#8 2006-03-16 09:59:24

syd
Member
From: Auckland, NZ
Registered: 2006-01-22
Posts: 155

Re: [Games] Eternal Lands - Free MMORPG

If the tar.gz file it the correct one the quickest way is to just to the comment md3sum's line out of the pkgbuild file.

Offline

#9 2010-07-08 02:15:01

Valkyrie
Member
Registered: 2009-07-12
Posts: 1

Re: [Games] Eternal Lands - Free MMORPG

How do I start it after the ABS build? o O


"A computer is like an air conditioner. it becomes useless once you open windows"

Offline

#10 2010-07-22 09:28:45

Korrode
Member
From: Australia
Registered: 2009-11-02
Posts: 110

Re: [Games] Eternal Lands - Free MMORPG

Looking at the current PKGBUILD, once the package is installed, u just run "el" (at a command prompt, or as command to run from some launcher, etc.).

Valkrie from =hc=? (i assume not, cause spelling different... but if yes; hihi tongue)


xfce | compiz | gmrun | urxvt | chromium | geany | aqualung | vlc | geeqie

Offline

#11 2010-07-22 11:47:31

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

Re: [Games] Eternal Lands - Free MMORPG

Head to the AUR (http://aur.archlinux.org/packages.php?ID=1149) for newer PKGBUILD files of eternal lands.

Closing zombie thread: http://wiki.archlinux.org/index.php/For … Bumping.27

Offline

Board footer

Powered by FluxBB