packages/tuxnes : Addition of skeleton tuxnes.bb
authorKristoffer Ericson <kristoffer_e1@hotmail.com>
Wed, 27 Sep 2006 19:47:59 +0000 (19:47 +0000)
committerKristoffer Ericson <kristoffer_e1@hotmail.com>
Wed, 27 Sep 2006 19:47:59 +0000 (19:47 +0000)
* Addition of Tuxnes (Nintendo 8bit Emulator) into OE.
* Needs fixing to compile.

packages/tuxnes/.mtn2git_empty [new file with mode: 0644]
packages/tuxnes/tuxnes_0.75.bb [new file with mode: 0644]

diff --git a/packages/tuxnes/.mtn2git_empty b/packages/tuxnes/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/tuxnes/tuxnes_0.75.bb b/packages/tuxnes/tuxnes_0.75.bb
new file mode 100644 (file)
index 0000000..f542f73
--- /dev/null
@@ -0,0 +1,11 @@
+DESCRIPTION = "Tuxnes Nintendo (8bit) Emulator"
+HOMEPAGE = "http://prdownloads.sourceforge.net/tuxnes/tuxnes-0.75.tar.gz"
+LICENSE = "GPLv2"
+SECTION = "x/games"
+PRIORITY = "optional"
+PR ="r1"
+
+SRC_URI = "http://heanet.dl.sourceforge.net/sourceforge/tuxnes/tuxnes-0.75.tar.gz"
+
+inherit autotools
+