You are not logged in.

#1 2008-08-03 15:34:38

leo2501
Member
From: Buenos Aires, Argentina
Registered: 2007-07-07
Posts: 658

[REQUEST] ColEm. Colecovision Emulator

ColEm is a portable emulator of the old ColecoVision videogame console. It should run most ColecoVision games and supports Coleco's SuperAction controllers with spin wheels.

Homepage:
http://fms.komkon.org/ColEm/

I've started a PKGBUILD, but i don't know how to finish it

# Contributor: Your Name <youremail@domain.com>
pkgname=ColEm
pkgver=25
pkgrel=1
pkgdesc="ColEm is a portable emulator of the old ColecoVision videogame console"
arch=('i686' 'x86_64')
url="http://fms.komkon.org/ColEm/"
license=('GPL')
groups=()
depends=()
makedepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
source=(http://fms.komkon.org/ColEm/$pkgname$pkgver-Linux-Ubuntu-bin.tgz)
noextract=()
md5sums=('f4d5c01f88b83db2eb9337e815ca73ae')

build() {
  cd "$srcdir/$pkgname-$pkgver"

  ./configure --prefix=/usr
  make || return 1
  make DESTDIR="$pkgdir" install
}

Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away.
-- Antoine de Saint-Exupery

Offline

#2 2008-08-03 20:54:13

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

Re: [REQUEST] ColEm. Colecovision Emulator

What do you mean by "finishing it"? If it's not working, what error messages are you getting?

Offline

Board footer

Powered by FluxBB