You are not logged in.

#1 2007-02-15 19:49:31

Mo
Member
Registered: 2007-01-18
Posts: 92

[Request] Ultimate Stunts

It would be great if anyone could make a PKGBUILD for Ultimate Stunts (http://www.ultimatestunts.nl/). I tried to create one by myself but I'm not experienced enough yet.
Ultimate Stunts is a remake of the famous Stunts-game.

Greets, Mo. smile

Offline

#2 2007-02-15 20:07:22

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

Re: [Request] Ultimate Stunts

If you tried building it yourself, post your current PKGBUILD with the error messages/ problems that you are having.

Offline

#3 2007-02-15 20:26:50

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

Re: [Request] Ultimate Stunts

Here's a (hopefully) working PKGBUILD for it. I did not put it in AUR since I'm not interested in maintaining it wink

pkgname=ultimatestunts
pkgver=0.7
pkgrel=1
pkgdesc="A remake of the famous DOS-game \"stunts\""
url="http://www.ultimatestunts.nl/"
license=("GPL")
depends=('fmod' 'freealut' 'sdl' 'sdl_image')
source=(http://switch.dl.sourceforge.net/sourceforge/$pkgname/$pkgname-srcdata-0701.tar.gz)

build() {
    cd $startdir/src/$pkgname-srcdata-0701

    ./configure --prefix=/usr --sysconfdir=/etc                                 
    make || return 1
    make DESTDIR=$startdir/pkg usdatadir=$startdir/pkg/usr/share/ultimatestunts install
}

Offline

Board footer

Powered by FluxBB