You are not logged in.

#1 2007-09-13 01:06:35

Taylor
Member
From: Clovis California USA
Registered: 2007-07-09
Posts: 49

[Request]Armagetron Dedicated Server

I'm requesting an aur package on a server for tron. Or a PKGBUILD

Thank you

download for Linux

bin


download site: http://www.armagetronad.net/downloads.php

Last edited by Taylor (2007-09-13 01:16:08)

Offline

#2 2007-09-13 04:26:33

iphitus
Forum Fellow
From: Melbourne, Australia
Registered: 2004-10-09
Posts: 4,927

Re: [Request]Armagetron Dedicated Server

http://aur.archlinux.org/packages.php?d … =1&ID=1382

Probably includes the dedicated server. Request it if it doesnt.

James

Offline

#3 2007-09-13 05:02:56

Taylor
Member
From: Clovis California USA
Registered: 2007-07-09
Posts: 49

Re: [Request]Armagetron Dedicated Server

iphitus wrote:

http://aur.archlinux.org/packages.php?d … =1&ID=1382

Probably includes the dedicated server. Request it if it doesnt.

James

that's just the client part of it...I want to be able to run the server by the command line.

Offline

#4 2007-12-21 23:29:26

manica
Member
Registered: 2004-11-20
Posts: 28

Re: [Request]Armagetron Dedicated Server

I just created my own by adding "--enable-glout=no".  I also commented out the desktop links and added x86_64, since I run it on a 64-bit processor.  Kinda' rough, but works just fine.
Darin

# Contributor: Filippo 'JoeyrS' Civiletti <joeyrs@gmail.com>

pkgname=armagetronad
pkgver=0.2.8.2.1
pkgrel=2
pkgdesc="A Tron Clone in 3D."
arch=('i686' 'x86_64')
url="http://armagetronad.net/"
license=('GPL')
depends=('sdl_image' 'libxml2' 'sdl_mixer')
source=(http://downloads.sourceforge.net/sourceforge/armagetronad/armagetronad-$pkgver.src.tar.gz)
md5sums=('be4ee66a499a8fe7122391e8340cb576')

build()
        {
         cd $startdir/src/armagetronad-$pkgver
         ./configure --enable-glout=no --prefix=/usr --sysconfdir=/etc/ --disable-games --enable-automakedefaults
         make -j3 || return 1
         make DESTDIR=$startdir/pkg install
         mkdir -p $startdir/pkg/usr/share/applications
         #mv $startdir/pkg/opt/kde/share/applnk/armagetronad.desktop $startdir/pkg/usr/share/applications
         #rm -r $startdir/pkg/opt/kde/share/applnk
         #rm $startdir/pkg/usr/bin/armagetronad-uninstall
        }

Offline

Board footer

Powered by FluxBB