diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/sl/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/sl/sl_3.03.bb | 18 | ||||
-rw-r--r-- | packages/xchat/xchat_2.6.0.bb | 1 |
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" |