You are not logged in.

#1 2004-10-01 17:21:48

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

[NEW] Bobobot: a Mega-Man clone

If you want joystick support, add  "JOY=YES" to the "make" command.  The PKGBUILD below doesn't have it because the joystick support  screws up the keyboard support.

# Contributor: Eric Belanger <belanger@astro.umontreal.ca>

pkgname=bobobot
pkgver=preview3
pkgrel=1
pkgdesc="BoboBot is a multi-level one-player action game starring 'BoboBot', the robo-monkey."
url="http://www.newbreedsoftware.com/bobobot/"
license="GPL"
depends=('x-server' 'sdl_mixer' 'libvorbis')
source=(ftp://ftp.sonic.net/pub/users/nbs/unix/x/bobobot/src/$pkgname-$pkgver.tar.gz)
md5sums=(8d80981bf740bf7eda10ddc6acbde16c)

build() {
  cd $startdir/src/$pkgname-$pkgver
  mkdir -p $startdir/pkg/usr/share/bobobot/docs
  mkdir -p $startdir/pkg/usr/bin
  make  MUSIC=YES INSTALLROOT=$startdir/pkg/usr/bin DATA=$startdir/pkg/usr/share/bobobot || return 1
  cp bobobot-icon.xpm $startdir/pkg/usr/share/bobobot
  cp docs/* $startdir/pkg/usr/share/bobobot/docs
  chmod a+r $startdir/pkg/usr/share/bobobot/docs/*
}

Offline

Board footer

Powered by FluxBB