summaryrefslogtreecommitdiff
path: root/recipes/aceofpenguins/aceofpenguins_1.2.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2009-11-18 08:35:49 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2009-11-18 09:57:05 +0100
commit7412e6f91e73982a0a8ae90476e71bcbda513391 (patch)
treeba3311c6fde5cc16d2b3e934c10b9b3248a29c5b /recipes/aceofpenguins/aceofpenguins_1.2.bb
parenta3779a461c13c349cc4f29da4e5b6a713f0f0879 (diff)
aceofpenguins: new recipe from SHR
Diffstat (limited to 'recipes/aceofpenguins/aceofpenguins_1.2.bb')
-rw-r--r--recipes/aceofpenguins/aceofpenguins_1.2.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/aceofpenguins/aceofpenguins_1.2.bb b/recipes/aceofpenguins/aceofpenguins_1.2.bb
new file mode 100644
index 0000000000..9410eb9653
--- /dev/null
+++ b/recipes/aceofpenguins/aceofpenguins_1.2.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@delorie.com"
+HOMEPAGE = "http://www.delorie.com/store/ace/"
+SECTION = "games"
+DEPENDS = "libpng zlib libxpm"
+PR = "r1"
+
+SRC_URI = "\
+ http://www.delorie.com/store/ace/ace-${PV}.tar.gz\
+ file://gcc4.patch;patch=1\
+"
+S = "${WORKDIR}/ace-${PV}"
+
+inherit autotools
+
+# Workaround QA issue
+TARGET_CC_ARCH += "${LDFLAGS}" \ No newline at end of file