[Lunar-commits] <moonbase> picpuz: jigsaw-puzzle game

Paul Bredbury brebs at lunar-linux.org
Tue Jan 18 15:11:33 CET 2011


commit 47df374b540afc953d751cc310080d5a7092a5f1
Author: Paul Bredbury <brebs at lunar-linux.org>
Date:   Tue Jan 18 21:11:33 2011 +0700

    picpuz: jigsaw-puzzle game
---
 zbeta/picpuz/BUILD   |   14 ++++++++++++++
 zbeta/picpuz/DEPENDS |    1 +
 zbeta/picpuz/DETAILS |   18 ++++++++++++++++++
 3 files changed, 33 insertions(+), 0 deletions(-)

diff --git a/zbeta/picpuz/BUILD b/zbeta/picpuz/BUILD
new file mode 100644
index 0000000..717aba3
--- /dev/null
+++ b/zbeta/picpuz/BUILD
@@ -0,0 +1,14 @@
+(
+
+  sedit "s:/usr/local:/usr:1" Makefile &&
+
+  # Useless files
+  rm -rf doc/images/.thumbnails &&
+
+  default_build &&
+  make menu &&
+
+  # Docs - README is really INSTALL. Are installed by Makefile, don't pickup.
+  rm -rf doc
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/picpuz/DEPENDS b/zbeta/picpuz/DEPENDS
new file mode 100644
index 0000000..f98b7d7
--- /dev/null
+++ b/zbeta/picpuz/DEPENDS
@@ -0,0 +1 @@
+depends gtk+-2
diff --git a/zbeta/picpuz/DETAILS b/zbeta/picpuz/DETAILS
new file mode 100644
index 0000000..8da02ac
--- /dev/null
+++ b/zbeta/picpuz/DETAILS
@@ -0,0 +1,18 @@
+          MODULE=picpuz
+         VERSION=2.1.3
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://kornelix.squarespace.com/storage/downloads
+      SOURCE_VFY=sha1:b5c13b3747316ada8003325ad2456087b4f34876
+        WEB_SITE=http://kornelix.squarespace.com/picpuz/
+         ENTERED=20110117
+         UPDATED=20110117
+           SHORT="A jigsaw-puzzle game"
+
+cat << EOF
+You can take almost any image (jpeg, tiff, png ...) and scramble it into
+many pieces (tens to hundreds). You can then reassemble the picture
+using the mouse to move the pieces around.
+
+The GUI is available in Chinese, Dutch, English, French, Galician,
+German, and Spanish.
+EOF


More information about the Lunar-commits mailing list