summaryrefslogtreecommitdiff
path: root/packages/libsdl/pushover_0.0.1.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-11-16 18:05:20 +0100
committerKoen Kooi <koen@openembedded.org>2008-11-16 18:05:20 +0100
commitd2320a0bb2160b73a848d6851a8f5124dd48220e (patch)
treed211b946a05a41f57fb497769b22bfa0fa934149 /packages/libsdl/pushover_0.0.1.bb
parentfcbfc2a3ce4e154e4a50a8b6006cbf39ae3e21b2 (diff)
pushover: add 0.0.1
Diffstat (limited to 'packages/libsdl/pushover_0.0.1.bb')
-rw-r--r--packages/libsdl/pushover_0.0.1.bb8
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/libsdl/pushover_0.0.1.bb b/packages/libsdl/pushover_0.0.1.bb
new file mode 100644
index 0000000000..8645f10a7f
--- /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
+