pushover: add 0.0.1
authorKoen Kooi <koen@openembedded.org>
Sun, 16 Nov 2008 17:05:20 +0000 (18:05 +0100)
committerKoen Kooi <koen@openembedded.org>
Sun, 16 Nov 2008 17:05:20 +0000 (18:05 +0100)
conf/checksums.ini
packages/libsdl/pushover_0.0.1.bb [new file with mode: 0644]

index c252c3c..804f8ad 100644 (file)
@@ -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 (file)
index 0000000..8645f10
--- /dev/null
@@ -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
+