You are not logged in.

#1 2006-07-23 13:01:59

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

Offline

#2 2006-07-23 14:34:04

smoon
Member
Registered: 2005-08-22
Posts: 468
Website

Re: Dune Legacy

Here you go

# Contributer: Sebastian Sareyko <public>

pkgname=dunelegacy
pkgver=0.94.1
pkgrel=1
pkgdesc="Updated clone of Westood Studios' Dune2"
url="http://dunelegacy.sourceforge.net/"
depends=("sdl_gfx" "sdl_mixer" "sdl_image" "sdl_net" "sdl_ttf" "zziplib")
makedepends=("scons")
source=(http://dl.sourceforge.net/sourceforge/$pkgname/${pkgname}-${pkgver}.tar.gz)

build() {
    cd $startdir/src/$pkgname-$pkgver
    scons || return 1                                                           

    install -D -m0755 dunelegacy $startdir/pkg/opt/$pkgname/dunelegacy
}

I will not put this in AUR yet since I'm not sure where the datafiles need to go (I don't have them so I can't test).I guess you need to put them in /opt/dunelegacy/data somehow. Would be nice if you could test it and if it works I'll put it in AUR with a message explaining where to put the data files.

Offline

#3 2006-07-23 20:06:37

paranoos
Member
From: thornhill.on.ca
Registered: 2004-07-22
Posts: 442

Re: Dune Legacy

wow, i used to play this game at my cousin's house way back in the day.

Offline

Board footer

Powered by FluxBB