summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoris Timofeev2015-07-11 17:27:13 +0300
committerBoris Timofeev2015-07-11 17:27:13 +0300
commit841ad53a62a0f841ec24b94b78e925af7ff3faa4 (patch)
tree4bc116b6ae081344fb3b1c8b2922dd063dd2bee1
downloadaur-841ad53a62a0f841ec24b94b78e925af7ff3faa4.tar.gz
Initial commit
-rw-r--r--.SRCINFO21
-rw-r--r--PKGBUILD40
-rw-r--r--punes.desktop10
-rw-r--r--punes.pngbin0 -> 10558 bytes
4 files changed, 71 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..870f50bce982
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,21 @@
+pkgbase = punes
+ pkgdesc = Nintendo Entertaiment System emulator
+ pkgver = 0.94
+ pkgrel = 1
+ url = http://forums.nesdev.com/viewtopic.php?t=6928
+ arch = i686
+ arch = x86_64
+ license = unknown
+ depends = sdl
+ depends = qt4
+ source = http://dl.dropbox.com/u/21595068/punes.32bit.tar.gz
+ source = http://dl.dropbox.com/u/21595068/punes.64bit.tar.gz
+ source = punes.desktop
+ source = punes.png
+ md5sums = 1375749a03b718e8f8e80d645b66707d
+ md5sums = b52f3a4abcbe0d9bfa600069ad6ed58c
+ md5sums = 3114433444c4a59740b3329937708fc4
+ md5sums = 2dedec3df0df318df4df835eb90921e6
+
+pkgname = punes
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..b5a94f295a7a
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,40 @@
+# Maintainer: Boris Timofeev <mashin87@gmail.com>
+pkgname=punes
+pkgver=0.94
+pkgrel=1
+epoch=
+pkgdesc="Nintendo Entertaiment System emulator"
+arch=('i686' 'x86_64')
+url="http://forums.nesdev.com/viewtopic.php?t=6928"
+license=('unknown')
+groups=()
+depends=('sdl' 'qt4')
+makedepends=()
+checkdepends=()
+optdepends=()
+provides=()
+conflicts=()
+replaces=()
+backup=()
+options=()
+install=
+changelog=
+source=("http://dl.dropbox.com/u/21595068/punes.32bit.tar.gz" "http://dl.dropbox.com/u/21595068/punes.64bit.tar.gz" "punes.desktop" "punes.png")
+noextract=()
+
+md5sums=('1375749a03b718e8f8e80d645b66707d'
+ 'b52f3a4abcbe0d9bfa600069ad6ed58c'
+ '3114433444c4a59740b3329937708fc4'
+ '2dedec3df0df318df4df835eb90921e6')
+
+package() {
+ cd "${srcdir}"
+ if [ "$CARCH" = "x86_64" ]; then
+ install -Dm755 punes64 "${pkgdir}/usr/bin/punes"
+ else install -Dm755 punes32 "${pkgdir}/usr/bin/punes"
+ fi
+ install -Dm644 "${srcdir}/punes.desktop" "${pkgdir}/usr/share/applications/punes.desktop"
+ install -Dm644 "${srcdir}/punes.png" "${pkgdir}/usr/share/pixmaps/punes.png"
+}
+
+# vim:set ts=2 sw=2 et:
diff --git a/punes.desktop b/punes.desktop
new file mode 100644
index 000000000000..5f0a9dff0b1a
--- /dev/null
+++ b/punes.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=puNES
+GenericName=Nintendo Entertaiment System emulator
+Comment=Nintendo Entertaiment System emulator
+Exec=punes
+Icon=punes
+Type=Application
+Categories=Game;Emulator;
+Encoding=UTF-8
+MimeType=application/x-nes;application/x-nes-rom
diff --git a/punes.png b/punes.png
new file mode 100644
index 000000000000..8a0be2e82808
--- /dev/null
+++ b/punes.png
Binary files differ