sl: add 3.03
authorKoen Kooi <koen@openembedded.org>
Mon, 11 Sep 2006 08:25:48 +0000 (08:25 +0000)
committerKoen Kooi <koen@openembedded.org>
Mon, 11 Sep 2006 08:25:48 +0000 (08:25 +0000)
packages/sl/.mtn2git_empty [new file with mode: 0644]
packages/sl/sl_3.03.bb [new file with mode: 0644]

diff --git a/packages/sl/.mtn2git_empty b/packages/sl/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/sl/sl_3.03.bb b/packages/sl/sl_3.03.bb
new file mode 100644 (file)
index 0000000..883a48f
--- /dev/null
@@ -0,0 +1,18 @@
+DESCRIPTION = "Corrects you if you type `sl' by mistake"
+SECTION = "console/games"
+LICENSE = "unknown"
+DEPENDS = "ncurses"
+
+SRC_URI = "http://archive.ubuntu.com/ubuntu/pool/universe/s/sl/sl_3.03.orig.tar.gz \
+           http://archive.ubuntu.com/ubuntu/pool/universe/s/sl/sl_3.03-14.diff.gz;patch=1"
+
+S = "${WORKDIR}/${P}.orig"
+
+LDFLAGS += "-lcurses"
+
+do_install() {
+        install -d ${D}${bindir}
+        install -m 755 sl ${D}${bindir}
+}
+
+