You are not logged in.

#1 2005-09-28 20:39:53

mpie
Member
From: 404 Not found
Registered: 2005-03-06
Posts: 649

[new] anyone who ever owned a spectrum will remember this

#Contributor: mpie <michael.kyne-phillips1@ntlworld.com> 
 pkgname=barbarian_linux
 pkgver=1.01
 pkgrel=1 
 pkgdesc="the classic slasher"
 url="http://www.tdbsoft.tk" 
 depends=('sdl' 'sdl_image' 'sdl_mixer' ) 
 source=(http://www.pcpages.com/tomberrr/downloads/$pkgname.zip) 
md5sums=('44ebeb2362172dba311bd75c4fe5ded3')


 
 build() { 
   mkdir -p $startdir/pkg/opt/barbarian
cd $startdir/src
mv Barbarian $startdir/pkg/opt/barbarian
mv gfx $startdir/pkg/opt/barbarian
mv sounds $startdir/pkg/opt/barbarian
chmod -R 755  $startdir/pkg/opt/barbarian 
chmod a+x $startdir/pkg/opt/barbarian/Barbarian
}

you can start it with /opt/barbarian/Barbarian or use a wraooer in /usr/bin like this..

#!/bin/bash
cd /opt/barbarian/
./Barbarian

Offline

#2 2005-09-29 00:15:24

sh__
Member
Registered: 2005-07-19
Posts: 272

Re: [new] anyone who ever owned a spectrum will remember this

Aye, I still remember the spinning move that chops the opponent's head off with a single strike. Great game.

On C64 it didn't require 12MB of hd space, if my memory serves me right. smile

Offline

#3 2005-09-29 10:25:58

mpie
Member
From: 404 Not found
Registered: 2005-03-06
Posts: 649

Re: [new] anyone who ever owned a spectrum will remember this

thats cause there was no hardrive....... ran from tape or diskdrive

Offline

Board footer

Powered by FluxBB