You are not logged in.

#1 2008-10-11 08:04:40

FrozenFox
Member
From: College Station, TX
Registered: 2008-03-23
Posts: 422
Website

Here's a doukutsu / cave story game pkgbuild

I <3 doukutsu / cave story. Unfortunately, it wasn't in the repos or aur, so I made a pkgbuild, if anyone wants to test it. The author of the game does not wish to release the source code to anybody but this guy http://aaiiee.wordpress.com/2007/07/13/ … ry-source/ for whatever reason, so a well-used rpmextract pkgbuild will have to do. If nobody has problems or complaints on this in the next few days, I might try to submit it to AUR. If you haven't played it before, do eet nao.

*** NOTE: Please check the pkgbuild link http://aur.archlinux.org/packages.php?ID=20672  here for the newest version stuff, this one below will not always be current ***

# Contributor: Frozen Fox <frozenfoxz@gmail.com>

pkgname=doukutsu
pkgver=1.01
pkgrel=2
pkgdesc="Doukutsu AKA Cave Story, an addictive 1-man-made metroid-vania-esque platformer"
arch=(i686)
license=('Freeware')
url="http://hp.vector.co.jp/authors/VA022293/"
depends=('sdl')
provides=()
conflicts=()
makedepends=('rpmextract')
optdepends=('wine: configuration program is for windows')
source=(http://www.rpgameplace.de/rpms/2008.1/i586/doukutsu-1.01-1mdv2008.1.i586.rpm)
md5sums=('484483955ac735631f318fc7797708c3')

build() {
  cd ${startdir}/src
  rpmextract.sh $pkgname-$pkgver-1mdv2008.1.i586.rpm
  cp -R usr $startdir/pkg
}

Last edited by FrozenFox (2009-01-24 06:18:32)

Offline

#2 2008-10-11 14:23:04

nj
Member
Registered: 2007-04-06
Posts: 93

Re: Here's a doukutsu / cave story game pkgbuild

Works great here. The only problem I ran into is the config program needs wine to run. Both the keyboard and gamepad worked without any configuration though, so it is not required to run it. Maybe add wine as just an optional dependency.

Offline

#3 2008-10-11 16:58:59

finferflu
Forum Fellow
From: Manchester, UK
Registered: 2007-06-21
Posts: 1,899
Website

Re: Here's a doukutsu / cave story game pkgbuild

Thanks for submitting this, it's a very fun videogame big_smile
I also agree to put wine as an optional dependency.


Have you Syued today?
Free music for free people! | Earthlings

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

Offline

#4 2008-10-11 23:31:31

FrozenFox
Member
From: College Station, TX
Registered: 2008-03-23
Posts: 422
Website

Re: Here's a doukutsu / cave story game pkgbuild

Ah yes, I forgot about that. Good idea indeed. Edited accordingly smile

Last edited by FrozenFox (2008-10-11 23:35:37)

Offline

#5 2008-10-12 20:49:43

FrozenFox
Member
From: College Station, TX
Registered: 2008-03-23
Posts: 422
Website

Re: Here's a doukutsu / cave story game pkgbuild

Submitted to AUR, since the plethora of people who downloaded seem to have no problems. smile

Last edited by FrozenFox (2008-10-12 20:50:27)

Offline

Board footer

Powered by FluxBB