aboutsummaryrefslogtreecommitdiffstats
path: root/packages/xchat
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-02-22 17:21:59 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-02-22 17:21:59 +0000
commit915dc5db42b02288fa65236da11a466dce34aa9f (patch)
treef009180c0ec2b12e82e9db29a4743e29e024cde7 /packages/xchat
parentf9081b0265f609f2bfcc4452f0eda9ec8435897a (diff)
downloadopenembedded-915dc5db42b02288fa65236da11a466dce34aa9f.tar.gz
xchat: add 2.6.1 which does seem to build against a recent dbus
Diffstat (limited to 'packages/xchat')
-rw-r--r--packages/xchat/xchat_2.6.1.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/xchat/xchat_2.6.1.bb b/packages/xchat/xchat_2.6.1.bb
new file mode 100644
index 0000000000..462ed4d6e9
--- /dev/null
+++ b/packages/xchat/xchat_2.6.1.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 "
+