diff --git a/vba/.footprint b/vba/.footprint new file mode 100644 index 000000000..aec413dc5 --- /dev/null +++ b/vba/.footprint @@ -0,0 +1,6 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/VisualBoyAdvance +lrwxrwxrwx root/root usr/bin/vba -> VisualBoyAdvance +drwxr-xr-x root/root usr/etc/ +-rw-r--r-- root/root usr/etc/VisualBoyAdvance.cfg diff --git a/vba/.md5sum b/vba/.md5sum new file mode 100644 index 000000000..9f9de26f5 --- /dev/null +++ b/vba/.md5sum @@ -0,0 +1 @@ +cc02339e3fd8efd9f23121b0a2f81fd8 VisualBoyAdvance-src-1.7.2.tar.gz diff --git a/vba/Pkgfile b/vba/Pkgfile new file mode 100644 index 000000000..667452581 --- /dev/null +++ b/vba/Pkgfile @@ -0,0 +1,24 @@ +# Description: A Gameboy and Gameboy Advance emulator. +# URL: http://vba.ngemu.com/ +# Packager: Huynh Ngoc Chau Tran, nthuynh at fastmail dot com +# Maintainer: James Mills, prologic at shortcircuit dot net dot au +# +# Depends on: libsdl, libpng, zlib + +name=vba +version=1.7.2 +release=2 +source=(http://dl.sourceforge.net/sourceforge/$name/VisualBoyAdvance-src-$version.tar.gz) + +build() { + cd VisualBoyAdvance-$version + ./configure --prefix=/usr \ + --disable-dependency-tracking \ + --disable-profiling \ + --disable-nls \ + --with-mmx + make + make prefix=$PKG/usr install + ln -s VisualBoyAdvance $PKG/usr/bin/vba + chown -R root:root $PKG +}