diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-02-04 07:06:19 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-02-04 07:06:19 (GMT) |
commit | f3c7c6c3c3d93aff2ac4ccb9c5430ee7eb0faf81 (patch) | |
tree | e90d948af5e5377a7a1a182e1644c9bc47851584 /abs/extra-testing/xe | |
parent | 1381cb92cc0e3bcf1adf11c0aa9d94abcab91d5b (diff) | |
download | linhes_pkgbuild-f3c7c6c3c3d93aff2ac4ccb9c5430ee7eb0faf81.zip linhes_pkgbuild-f3c7c6c3c3d93aff2ac4ccb9c5430ee7eb0faf81.tar.gz linhes_pkgbuild-f3c7c6c3c3d93aff2ac4ccb9c5430ee7eb0faf81.tar.bz2 |
Added ROM BIOS for use w/ XE.
Diffstat (limited to 'abs/extra-testing/xe')
-rw-r--r-- | abs/extra-testing/xe/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/abs/extra-testing/xe/PKGBUILD b/abs/extra-testing/xe/PKGBUILD index e87d7a3..2a3a235 100644 --- a/abs/extra-testing/xe/PKGBUILD +++ b/abs/extra-testing/xe/PKGBUILD @@ -3,11 +3,11 @@ pkgname=xe pkgver=2.16.1 -pkgrel=1 +pkgrel=2 pkgdesc="A multi system emulator, that emulates many console and handheld video game systems." arch=('i686' 'x86_64') url="http://www.xe-emulator.com" -source=(http://www.xe-emulator.com/files/xe-x86-32-bin.2.16.1.tar.bz2) +source=('http://www.xe-emulator.com/files/xe-x86-32-bin.2.16.1.tar.bz2' 'http://www.xe-emulator.com/files/bios.zip') install=xe.install build() { cd $startdir/src/xe-x86 @@ -16,4 +16,5 @@ build() { mkdir -p $startdir/pkg/usr/lib/xe mkdir -p $startdir/pkg/usr/lib/xe/bios cp -rf xe modules rc manual.html $startdir/pkg/usr/lib/xe + cp -a ../bios/* $startdir/pkg/usr/lib/xe/bios } |