You are not logged in.

#1 2006-04-07 19:52:37

Jacek Poplawski
Member
From: Poland
Registered: 2006-01-10
Posts: 736
Website

[req] Dave Gnukem

Another very playable game, without aur package:

http://gnukem.sourceforge.net/

Offline

#2 2006-04-07 22:39:33

_will
Member
Registered: 2004-07-08
Posts: 123

Re: [req] Dave Gnukem

pkgname=gnukem
pkgver=0.55
pkgrel=1
pkgdesc="Dave Gnukem is a 2D scrolling platform shooter similiar to Duke Nukem 1"
url="http://gnukem.sourceforge.net"
depends=('sdl' 'sdl_mixer')
makedepends=()
source=(http://dl.sourceforge.net/sourceforge/gnukem/DaveGnukem_$pkgver.zip)
md5sums=(e8677c8ba47f20c22e6d04c64702c426)

build() {


        cd $startdir/src/DaveGnukem $pkgver/DaveGnukem
        #make || return 1
        mkdir -p $startdir/pkg/usr/bin/
  mv davegnukem  $startdir/pkg/usr/bin

}

works for me EDIT: works if i run it from the install dir
note however it is not made, the provided binary is just moved into a package. the make fails for me.

Offline

#3 2006-04-07 22:40:45

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,916

Re: [req] Dave Gnukem

seems like it should be a simple package build.

As i remember the original Duke Nukem game very well, and it was the first game i ever bought, i'll look into making a package this weekend.

Edit : Looks like i was to slow, but i'll try compiling the source anyway.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#4 2006-04-10 16:55:20

Jacek Poplawski
Member
From: Poland
Registered: 2006-01-10
Posts: 736
Website

Re: [req] Dave Gnukem

Will you upload this into AUR? Sorry I don't know what's is the life cycle of such request smile

Offline

#5 2006-04-10 21:21:04

_will
Member
Registered: 2004-07-08
Posts: 123

Re: [req] Dave Gnukem

i'd post what i put here, but it doesn't work outside the makepkg directory

Offline

#6 2006-04-10 22:04:53

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,916

Re: [req] Dave Gnukem

Well, i had  no luck with compiling.

I'll try again next weekend, when i have more time.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#7 2006-04-10 22:36:08

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

Re: [req] Dave Gnukem

dude try
make clean
then make... worked here

Offline

#8 2006-04-11 22:37:25

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,916

Re: [req] Dave Gnukem

mpie wrote:

dude try
make clean
then make... worked here

lots of warnings, but it does indeed compile.

time to start a pkgbuild for it.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

Board footer

Powered by FluxBB