diff options
Diffstat (limited to 'recipes/tuxnes/tuxnes_0.75.bb')
-rw-r--r-- | recipes/tuxnes/tuxnes_0.75.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/tuxnes/tuxnes_0.75.bb b/recipes/tuxnes/tuxnes_0.75.bb new file mode 100644 index 0000000000..f542f73ac4 --- /dev/null +++ b/recipes/tuxnes/tuxnes_0.75.bb @@ -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 + |