summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorOyvind Repvik <nail@nslu2-linux.org>2006-09-11 08:34:39 +0000
committerOyvind Repvik <nail@nslu2-linux.org>2006-09-11 08:34:39 +0000
commitc13faec8b129332549a6e99c4cb38a4458b42b13 (patch)
treefdbcb4c7c954badc27a6078c1552bf15dbb4947c /packages
parent90b1f18c1eec6e77f54de1c29a4cdbde83bd8f34 (diff)
parent12907c8d2fdf961b2ce17a80830fa12fdb3d827d (diff)
merge of '3e1adbc3c19ac71287b5a3e6200f3fe6bde5c106'
and 'd9037235184b56c405c27cb611e52d27e7879173'
Diffstat (limited to 'packages')
-rw-r--r--packages/sl/.mtn2git_empty0
-rw-r--r--packages/sl/sl_3.03.bb18
-rw-r--r--packages/xchat/xchat_2.6.0.bb1
3 files changed, 19 insertions, 0 deletions
diff --git a/packages/sl/.mtn2git_empty b/packages/sl/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/sl/.mtn2git_empty
diff --git a/packages/sl/sl_3.03.bb b/packages/sl/sl_3.03.bb
new file mode 100644
index 0000000000..883a48f67e
--- /dev/null
+++ b/packages/sl/sl_3.03.bb
@@ -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}
+}
+
+
diff --git a/packages/xchat/xchat_2.6.0.bb b/packages/xchat/xchat_2.6.0.bb
index 161593c972..42807413a4 100644
--- a/packages/xchat/xchat_2.6.0.bb
+++ b/packages/xchat/xchat_2.6.0.bb
@@ -1,6 +1,7 @@
DESCRIPTION = "Full-featured IRC chat client with scripting support"
LICENSE = "GPL"
HOMEPAGE = "http://www.xchat.org"
+SECTION = "x11/network"
MAINTAINER = "Koen Kooi <koen@linuxtogo.org>"
DEPENDS = "libgcrypt zlib gtk+"
PR = "r1"