summaryrefslogtreecommitdiff
path: root/homebrew/nestopiaue
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/nestopiaue')
-rw-r--r--homebrew/nestopiaue/.beer55
-rw-r--r--homebrew/nestopiaue/.make.sh-auto4
-rw-r--r--homebrew/nestopiaue/_metadata/description1
-rw-r--r--homebrew/nestopiaue/_metadata/homepage1
-rw-r--r--homebrew/nestopiaue/_metadata/name1
-rw-r--r--homebrew/nestopiaue/_metadata/version1
-rwxr-xr-xhomebrew/nestopiaue/download.sh1
7 files changed, 64 insertions, 0 deletions
diff --git a/homebrew/nestopiaue/.beer b/homebrew/nestopiaue/.beer
new file mode 100644
index 000000000..305e1d48d
--- /dev/null
+++ b/homebrew/nestopiaue/.beer
@@ -0,0 +1,55 @@
+{
+ "name": "NestopiaUe",
+ "description": "Nestopia UE (Undead Edition): NES emulator",
+ "url": "https://downloads.sourceforge.net/project/nestopiaue/1.49/nestopia-1.49.tgz",
+ "mirror": null,
+ "homepage": "http://0ldsk00l.ca/nestopia/",
+ "depends": [
+ {
+ "depend": "autoconf",
+ "build-depend": true
+ },
+ {
+ "depend": "autoconf-archive",
+ "build-depend": true
+ },
+ {
+ "depend": "automake",
+ "build-depend": true
+ },
+ {
+ "depend": "pkg-config",
+ "build-depend": true
+ },
+ {
+ "depend": "libao",
+ "build-depend": false
+ },
+ {
+ "depend": "libarchive",
+ "build-depend": false
+ },
+ {
+ "depend": "libepoxy",
+ "build-depend": false
+ },
+ {
+ "depend": "sdl2",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"autoreconf\", \"-fiv\"",
+ "system \"./configure\", \"--disable-debug\",",
+ "\"--disable-dependency-tracking\",",
+ "\"--disable-silent-rules\",",
+ "\"--prefix=#{prefix}\",",
+ "\"--datarootdir=#{pkgshare}\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "1.49",
+ "file": "nestopia-ue.rb"
+} \ No newline at end of file
diff --git a/homebrew/nestopiaue/.make.sh-auto b/homebrew/nestopiaue/.make.sh-auto
new file mode 100644
index 000000000..f6216b647
--- /dev/null
+++ b/homebrew/nestopiaue/.make.sh-auto
@@ -0,0 +1,4 @@
+pkg:setup
+autoreconf -fiv
+pkg:configure --disable-dependency-tracking --disable-silent-rules --datarootdir=${PKG_TAPF}/share
+make DESTDIR=${PKG_DEST} install
diff --git a/homebrew/nestopiaue/_metadata/description b/homebrew/nestopiaue/_metadata/description
new file mode 100644
index 000000000..ee1318c49
--- /dev/null
+++ b/homebrew/nestopiaue/_metadata/description
@@ -0,0 +1 @@
+Nestopia UE (Undead Edition): NES emulator
diff --git a/homebrew/nestopiaue/_metadata/homepage b/homebrew/nestopiaue/_metadata/homepage
new file mode 100644
index 000000000..d3297c3ee
--- /dev/null
+++ b/homebrew/nestopiaue/_metadata/homepage
@@ -0,0 +1 @@
+http://0ldsk00l.ca/nestopia/
diff --git a/homebrew/nestopiaue/_metadata/name b/homebrew/nestopiaue/_metadata/name
new file mode 100644
index 000000000..dbbdc5fa5
--- /dev/null
+++ b/homebrew/nestopiaue/_metadata/name
@@ -0,0 +1 @@
+NestopiaUe
diff --git a/homebrew/nestopiaue/_metadata/version b/homebrew/nestopiaue/_metadata/version
new file mode 100644
index 000000000..d4d0f85c9
--- /dev/null
+++ b/homebrew/nestopiaue/_metadata/version
@@ -0,0 +1 @@
+1.49
diff --git a/homebrew/nestopiaue/download.sh b/homebrew/nestopiaue/download.sh
new file mode 100755
index 000000000..769e50106
--- /dev/null
+++ b/homebrew/nestopiaue/download.sh
@@ -0,0 +1 @@
+wget https://downloads.sourceforge.net/project/nestopiaue/1.49/nestopia-1.49.tgz \ No newline at end of file