[oe-commits] Koen Kooi : pushover: add 0.0.1

GIT User account git at amethyst.openembedded.net
Sun Nov 16 17:06:21 UTC 2008


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Sun Nov 16 18:05:20 2008 +0100

pushover: add 0.0.1

---

 conf/checksums.ini                |    4 ++++
 packages/libsdl/pushover_0.0.1.bb |    8 ++++++++
 2 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index c252c3c..804f8ad 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -16214,6 +16214,10 @@ sha256=9caab8f9be8a371aea7cd0241aab7ffd4b1043fbc4a8f62736faea4229f11f7d
 md5=866fc9f62b8161eb1514a6a06597edc9
 sha256=cbb423942a4295a07a23b76a02d645b76b4ac0b58c3a30076ad42c2ab80c2dba
 
+[http://downloads.sourceforge.net/pushover/pushover-0.0.1.tar.gz]
+md5=aeb0f0927f596623c5a1ea9cc27220e0
+sha256=612050d95b78a3c355a0f9630e4c7c2230ce3e9bdaa43f5a1392ad4d62608230
+
 [http://www.warmi.net/zaurus/files/puzz-le_2.0.0.tar.gz]
 md5=76535893b779926874f618d3fbf3e92b
 sha256=e4b4217b81ab0885db11cf7e0f18afdeaa969392fc15647a10c2aab9cbf583d8
diff --git a/packages/libsdl/pushover_0.0.1.bb b/packages/libsdl/pushover_0.0.1.bb
new file mode 100644
index 0000000..8645f10
--- /dev/null
+++ b/packages/libsdl/pushover_0.0.1.bb
@@ -0,0 +1,8 @@
+DESCRIPTION = "Pushover is a fun puzzle game originally published by Ocean in 1992. In this game you control an ant that can walk along platforms that are connected with ladders. On those platforms are dominos that need to fall according to some rules."
+LICENSE = "GPLv3"
+DEPENDS = "lua5.1 libsdl-x11 libsdl-mixer libsdl-ttf"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/pushover/pushover-${PV}.tar.gz"
+
+inherit autotools
+





More information about the Openembedded-commits mailing list