aboutsummaryrefslogtreecommitdiffstats
path: root/packages/xchat
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2005-12-17 17:39:26 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-12-17 17:39:26 +0000
commitb4b8be523b61f6144c3c09a79953a114091ec77f (patch)
tree6c656348d6bcc1073a5a1aec49763967dfd56413 /packages/xchat
parent12045c1541aa7ee22135f4b56252e0b93574ecd7 (diff)
downloadopenembedded-b4b8be523b61f6144c3c09a79953a114091ec77f.tar.gz
xchat: add 2.6.0
Diffstat (limited to 'packages/xchat')
-rw-r--r--packages/xchat/.mtn2git_empty0
-rw-r--r--packages/xchat/xchat_2.6.0.bb9
2 files changed, 9 insertions, 0 deletions
diff --git a/packages/xchat/.mtn2git_empty b/packages/xchat/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/xchat/.mtn2git_empty
diff --git a/packages/xchat/xchat_2.6.0.bb b/packages/xchat/xchat_2.6.0.bb
new file mode 100644
index 0000000000..462ed4d6e9
--- /dev/null
+++ b/packages/xchat/xchat_2.6.0.bb
@@ -0,0 +1,9 @@
+LICENSE = "GPL"
+HOMEPAGE = "http://www.xchat.org"
+MAINTAINER = "Koen Kooi <koen@handhelds.org"
+DEPENDS = "libgcrypt zlib gtk+"
+SRC_URI = "http://www.xchat.org/files/source/2.6/xchat-${PV}.tar.bz2"
+
+inherit autotools
+EXTRA_OECONF = " --disable-perl --disable-python "
+