You are not logged in.

#1 2004-05-23 20:58:11

Abaddon
Member
From: Poland
Registered: 2004-05-03
Posts: 249

[emulators] VisualBoyAdvance-1.7.2

# $Id: PKGBUILD,v 1.01 2004/05/23 13:48:52 abaddon Exp $ 
# Maintainer: Abaddon <kukububu@go2.pl> 
pkgname=VisualBoyAdvance
pkgver=1.7.2
pkgrel=1
pkgdesc="GameBoy Advance emulator." 
url="http://vba.ngemu.com/" 
depends=('nasm' 'sdl') 
source=(http://heanet.dl.sourceforge.net/sourceforge/vba/$pkgname-src-$pkgver.tar.gz) 
md5sums=('cc02339e3fd8efd9f23121b0a2f81fd8') 

build() { 
        cd $startdir/src/$pkgname-$pkgver 
        ./configure --prefix=/usr
        make || return 1 
        make DESTDIR=$startdir/pkg install 
}

It works fine. If you noticed other depends, please inform me.


Gnome - The weakest link!
Linux, *not* GNU/Linux!

Offline

#2 2004-05-24 21:37:46

Abaddon
Member
From: Poland
Registered: 2004-05-03
Posts: 249

Re: [emulators] VisualBoyAdvance-1.7.2

A dependency on sdl was added.


Gnome - The weakest link!
Linux, *not* GNU/Linux!

Offline

#3 2004-05-25 06:28:58

Blaasvis
Member
Registered: 2003-01-17
Posts: 467

Re: [emulators] VisualBoyAdvance-1.7.2

try using namcap written by our great and almighty Xentac tongue
To find your needed depencies ...


Freedom is what i love

Offline

Board footer

Powered by FluxBB