You are not logged in.

#1 2004-10-01 02:02:46

Legout
Member
From: Wuerburg/germany
Registered: 2004-01-19
Posts: 292

[games] legends-0.4.1b

Hi
I wrote the PKGBUILD for the first person shooter game "legends"!

This is not the actual PKGBUILD!!!
Look at the following post!!!

pkgname=legends
pkgver=0.4.1b
pkgrel=1
pkgdesc="Legends is a mulitplayer first person shooter game"
url="http://hosted.tribalwar.com/legends"
depends=('sdl' 'sdl_image' 'sdl_mixer' 'libpng' 'libjpeg' 'zlib')
source=("http://hobbiticus.acm.jhu.edu/Legends/legends-0.4.0.tar.gz")

build (){
    mkdir -p $startdir/pkg/opt
    mkdir -p $startdir/pkg/opt/legends
    mkdir -p $startdir/pkg/usr/bin
    cp -r $startdir/src/legends-0.4.0/* $startdir/pkg/opt/legends
    cd $startdir/pkg/opt/legends/
    rsync -arvz --progress --stats rsync://legends.tribes2.za.net/linlegends .
    echo '#!/bin/sh' > $startdir/pkg/usr/bin/legends
    echo 'cd /opt/legends' >> $startdir/pkg/usr/bin/legends
    echo 'sh runlegends' >> $startdir/pkg/usr/bin/legends
    chmod 555 $startdir/pkg/usr/bin/legends
}

have fun :twisted:

Offline

#2 2004-10-01 02:25:58

Legout
Member
From: Wuerburg/germany
Registered: 2004-01-19
Posts: 292

Re: [games] legends-0.4.1b

Sorry stupid mistake  :oops:

I hope nobody find it  wink

here´s the new PKGBUILD

pkgname=legends 
pkgver=0.4.1b 
pkgrel=1 
pkgdesc="Legends is a mulitplayer first person shooter game" 
url="http://hosted.tribalwar.com/legends" 
depends=('sdl' 'sdl_image' 'sdl_mixer' 'libpng' 'libjpeg' 'zlib' 'rsync') 
source=("http://hosted.tribalwar.com/legends/index.php?m=fileswap&view=55&a=download") 

build (){ 
   mkdir -p $startdir/pkg/opt/games/legends 
   mkdir -p $startdir/pkg/usr/bin 
   cp -r $startdir/src/legends-0.4.1b/* $startdir/pkg/opt/games/legends 
   echo '#!/bin/sh' > $startdir/pkg/usr/bin/legends 
   echo 'cd /opt/games/legends' >> $startdir/pkg/usr/bin/legends 
   echo 'sh runlegends' >> $startdir/pkg/usr/bin/legends 
   chmod 555 $startdir/pkg/usr/bin/legends 
   #If you wann install the game in /usr/local/games, comment all lines above and uncomment all following lines!!
   #mkdir -p $startdir/pkg/usr/local/games/legends 
   #mkdir -p $startdir/pkg/usr/bin 
   #cp -r $startdir/src/legends-0.4.1b/* $startdir/pkg/usr/local/games/legends 
   #echo '#!/bin/sh' > $startdir/pkg/usr/bin/legends 
   #echo 'cd /usr/local/games/legends' >> $startdir/pkg/usr/bin/legends 
   #echo 'sh runlegends' >> $startdir/pkg/usr/bin/legends 
   #chmod 555 $startdir/pkg/usr/bin/legends
} 
    

I edit the PKGBUILD. Default-Install-path is now /opt/games/legends.

Offline

#3 2004-10-01 10:18:50

zeppelin
Member
From: Athens, Greece
Registered: 2004-03-05
Posts: 807
Website

Re: [games] legends-0.4.1b

plz edit your first post!

Offline

#4 2004-10-02 11:35:48

Legout
Member
From: Wuerburg/germany
Registered: 2004-01-19
Posts: 292

Re: [games] legends-0.4.1b

i did it  :?  big_smile

Offline

#5 2004-10-23 16:11:38

Dreameen
Member
From: Poland
Registered: 2004-09-06
Posts: 252

Re: [games] legends-0.4.1b

Add 'rsync' as a dependancy.

Cheers.

Offline

#6 2004-10-23 16:45:39

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: [games] legends-0.4.1b

url gives a 404


The impossible missions are the only ones which succeed.

Offline

#7 2004-10-23 17:05:11

Legout
Member
From: Wuerburg/germany
Registered: 2004-01-19
Posts: 292

Re: [games] legends-0.4.1b

It´s the only url i know!!!

You can google for otheres!!!
If u found another url, please send here and i will edit the PKGBUILD

Offline

#8 2004-10-23 17:17:38

celeron2002
Member
From: Santiago, Chile.
Registered: 2004-02-18
Posts: 150

Re: [games] legends-0.4.1b

the url, works me :?: :?: , but i had a segment fault when i tried run  runlegends  :cry:


irc.bsd.cl #linux
irc.freenode.org #archlinux-es

Offline

#9 2004-10-23 17:27:59

Legout
Member
From: Wuerburg/germany
Registered: 2004-01-19
Posts: 292

Re: [games] legends-0.4.1b

you can start the game with the command

legends

not with

runlegends

Offline

#10 2004-10-23 17:28:59

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: [games] legends-0.4.1b

Legout wrote:

It´s the only url i know!!!

You can google for otheres!!!
If u found another url, please send here and i will edit the PKGBUILD

i tried, but there are no other urls from google

btw: the 404 is http://www.tribalwar.com/404.php


The impossible missions are the only ones which succeed.

Offline

#11 2004-10-23 17:42:50

Legout
Member
From: Wuerburg/germany
Registered: 2004-01-19
Posts: 292

Re: [games] legends-0.4.1b

ok!!

As long as the PKGBUILD works  wink

It´s a great game. but i think it´s not under development at all.

Offline

#12 2004-10-23 19:35:25

Dreameen
Member
From: Poland
Registered: 2004-09-06
Posts: 252

Re: [games] legends-0.4.1b

Yea, I also think it's a cool game. Unfortunately, the master servers are empty most of the time neutral

Offline

#13 2004-10-24 12:17:20

Legout
Member
From: Wuerburg/germany
Registered: 2004-01-19
Posts: 292

Re: [games] legends-0.4.1b

Do u know other Server??

If so, how can i connect to them??

Offline

#14 2004-11-01 17:25:05

Dreameen
Member
From: Poland
Registered: 2004-09-06
Posts: 252

Re: [games] legends-0.4.1b

Unfortunately, I don't know of any other servers.  :?

Offline

#15 2004-11-12 07:37:39

jftaylor21
Member
From: Arch Linux Forums
Registered: 2004-02-21
Posts: 237

Re: [games] legends-0.4.1b

source=("http://hobbiticus.acm.jhu.edu/Legends/legends-0.4.0.tar.gz")

is a broken link you should change to

source=("http://hosted.tribalwar.com/legends/index.php?m=fileswap&view=55&a=download")

Offline

#16 2004-11-12 10:10:47

Legout
Member
From: Wuerburg/germany
Registered: 2004-01-19
Posts: 292

Re: [games] legends-0.4.1b

Ok I edit the PKGBUILD (the second one)!!!

Offline

#17 2004-11-26 16:39:31

punkrockguy318
Member
From: New Jersey
Registered: 2004-02-15
Posts: 711
Website

Re: [games] legends-0.4.1b

Is it just me, or is no one ever playing on the online servers?


If I have the gift of prophecy and can fathom all mysteries and all knowledge, and if I have a faith that can move mountains, but have not love, I am nothing.   1 Corinthians 13:2

Offline

#18 2005-05-31 18:50:49

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

Re: [games] legends-0.4.1b

legends has been updated, has a new webpage and seems _alot_ more active than it was before!!

http://legendsthegame.net/

unfortunately this is the only working mirror! as such, you cant use pacman to dl it!! please dl the file manually using this link
http://www.ausgamers.com/files/details/html/16666

[edit] fixed pkgbuild.. still needs manual dl however [/edit]

PKGBUILD

pkgname=legends
pkgver=0.4.1c
pkgrel=1
pkgdesc="Legends is a mulitplayer first person shooter game"
url="http://www.legendsthegame.net"
depends=('sdl' 'sdl_image' 'sdl_mixer' 'libpng' 'libjpeg' 'zlib' 'rsync')
source=(http://files.ausgamers.com:85/downloads/1117636574/legends_linux-0.4.1c.tar.gz)

build ()
{
   mkdir -p $startdir/pkg/usr/local/games/legends
   mkdir -p $startdir/pkg/usr/local/bin
   cp -r $startdir/src/legends_linux-0.4.1c/* $startdir/pkg/usr/local/games/legends

   echo '#!/bin/sh' > $startdir/pkg/usr/local/bin/legends
   echo 'cd /usr/local/games/legends' >> $startdir/pkg/usr/local/bin/legends
   echo 'sh runlegends' >> $startdir/pkg/usr/local/bin/legends
   chmod 755 $startdir/pkg/usr/local/bin/legends
}
md5sums=(cc7a7909948dfaedefad419c89c6d70b)

Offline

Board footer

Powered by FluxBB