diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2011-04-05 14:26:38 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2011-04-05 14:26:38 +0000 |
commit | 415856bdd4f48ab4f2732996f0bae58595092bbe (patch) | |
tree | ede2018b591f6dfb477fe9341ba17b9bc000fab9 /community/fceux |
Tue Apr 5 14:26:38 UTC 2011
Diffstat (limited to 'community/fceux')
-rw-r--r-- | community/fceux/ChangeLog | 21 | ||||
-rw-r--r-- | community/fceux/PKGBUILD | 35 | ||||
-rw-r--r-- | community/fceux/fceux.desktop | 10 | ||||
-rw-r--r-- | community/fceux/fceux.png | bin | 0 -> 583 bytes |
4 files changed, 66 insertions, 0 deletions
diff --git a/community/fceux/ChangeLog b/community/fceux/ChangeLog new file mode 100644 index 000000000..93ba8b368 --- /dev/null +++ b/community/fceux/ChangeLog @@ -0,0 +1,21 @@ +2009-11-06 Eric Belanger <eric@archlinux.org> + + * fceux 2.1.2-1 + * Upstream update + +2009-08-05 Eric Belanger <eric@archlinux.org> + + * fceux 2.1.1-1 + * gfceux 2.1.1-1 + * Upstream update + * Implemented split packages + +2009-04-06 Eric Belanger <eric@archlinux.org> + + * fceux 2.1.0a-1 + * Upstream update + +2009-03-06 Eric Belanger <eric@archlinux.org> + + * fceux 2.0.3-1 + * Added to [community] repo to replace fceu diff --git a/community/fceux/PKGBUILD b/community/fceux/PKGBUILD new file mode 100644 index 000000000..532a8fd53 --- /dev/null +++ b/community/fceux/PKGBUILD @@ -0,0 +1,35 @@ +# $Id: PKGBUILD 31918 2010-11-07 20:45:58Z lcarlier $ +# Maintainer: Eric Belanger <eric@archlinux.org> +# Contributor: Jo Christian Bergskås <jcberg@gmail.com> + +pkgname=fceux +pkgver=2.1.4a +pkgrel=4 +arch=('i686' 'x86_64') +url="http://fceux.com/web/home.html" +pkgdesc="A fast and ultra-compatible NES/Famicom emulator with SDL, OpenGL and SVGALIB support" +license=('GPL') +depends=('sdl' 'lua' 'gtk2') +makedepends=('scons' 'mesa') +optdepends=('xchm: for viewing the help manual') +provides=('fceu' 'gfceux') +replaces=('fceu' 'gfceux') +source=(http://downloads.sourceforge.net/fceultra/$pkgname-${pkgver}.src.tar.bz2 \ + fceux.desktop fceux.png) +md5sums=('a1252a888cdc8b2c42ae031211f2fad6' + '30baf915c936926fa50f59d8276f6575' + '3fe753731ac46b5fee528b1f73abd3e3') + +build() { + cd "${srcdir}/fceu$pkgver" + scons + + sed -i "s|/usr/local|${pkgdir}/usr|" SConstruct + scons install + + install -D -m644 bin/$pkgname.chm "${pkgdir}/usr/share/doc/$pkgname/$pkgname.chm" + install -D -m644 "$srcdir"/fceux.desktop "${pkgdir}"/usr/share/applications/fceux.desktop + install -D -m644 "$srcdir"/fceux.png "$pkgdir"/usr/share/pixmaps/fceux.png +} + +# vim:set ts=2 sw=2 et: diff --git a/community/fceux/fceux.desktop b/community/fceux/fceux.desktop new file mode 100644 index 000000000..c166755e8 --- /dev/null +++ b/community/fceux/fceux.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Name=Fceux +GenericName=NES/Famicom emulator +Exec=fceux +Icon=/usr/share/pixmaps/fceux.png +Type=Application +Categories=Game;Emulator; +Encoding=UTF-8 + + diff --git a/community/fceux/fceux.png b/community/fceux/fceux.png Binary files differnew file mode 100644 index 000000000..1cf27b1fd --- /dev/null +++ b/community/fceux/fceux.png |