[oe-commits] Thomas Zimmermann : aceofpenguins: update to version 1.3

git version control git at git.openembedded.org
Mon Jul 26 20:30:25 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: f392e7f75ceaebf874b4e5567666661f6199b58c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f392e7f75ceaebf874b4e5567666661f6199b58c

Author: Thomas Zimmermann <ml at vdm-design.de>
Date:   Mon Jul 26 22:28:04 2010 +0200

aceofpenguins: update to version 1.3

* new game: spider
* some fixes

* renamed files folder to aceofpenguins
Signed-off-by: Thomas Zimmermann <ml at vdm-design.de>

---

 .../fix-crosscompile.patch                         |    0 
 .../{files => aceofpenguins}/gcc4.patch            |    0 
 recipes/aceofpenguins/aceofpenguins_1.3.bb         |   18 ++++++++++++++++++
 3 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/recipes/aceofpenguins/files/fix-crosscompile.patch b/recipes/aceofpenguins/aceofpenguins/fix-crosscompile.patch
similarity index 100%
rename from recipes/aceofpenguins/files/fix-crosscompile.patch
rename to recipes/aceofpenguins/aceofpenguins/fix-crosscompile.patch
diff --git a/recipes/aceofpenguins/files/gcc4.patch b/recipes/aceofpenguins/aceofpenguins/gcc4.patch
similarity index 100%
rename from recipes/aceofpenguins/files/gcc4.patch
rename to recipes/aceofpenguins/aceofpenguins/gcc4.patch
diff --git a/recipes/aceofpenguins/aceofpenguins_1.3.bb b/recipes/aceofpenguins/aceofpenguins_1.3.bb
new file mode 100644
index 0000000..a371ae4
--- /dev/null
+++ b/recipes/aceofpenguins/aceofpenguins_1.3.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "The Ace of Penguins is a set of Unix/X solitaire games based on the ones available for Windows(tm) but with a number of enhancements that my wife says make my versions better :-) \
+The latest version includes clones of freecell, golf, mastermind, merlin, minesweeper, pegged, solitaire, taipei (with editor!), and thornq (by Martin Thornquist)."
+AUTHOR = "dj at delorie.com"
+HOMEPAGE = "http://www.delorie.com/store/ace/"
+SECTION = "games"
+DEPENDS = "libpng-native libpng zlib-native libxpm"
+PR = "r0"
+
+SRC_URI = "\
+  http://www.delorie.com/store/ace/ace-${PV}.tar.gz\
+  file://fix-crosscompile.patch\
+"
+SRC_URI[md5sum] = "1bd11ed270342ad78ff4822c06c6a762"
+SRC_URI[sha256sum] = "4fb6ca9e1ff34e42d9498f06e2bccaa61f5650daf48774015468d5f75c5347d3"
+
+S = "${WORKDIR}/ace-${PV}"
+
+inherit autotools





More information about the Openembedded-commits mailing list