xchat: add 2.6.1 which does seem to build against a recent dbus
authorKoen Kooi <koen@openembedded.org>
Wed, 22 Feb 2006 17:21:59 +0000 (17:21 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 22 Feb 2006 17:21:59 +0000 (17:21 +0000)
packages/xchat/xchat_2.6.1.bb [new file with mode: 0644]

diff --git a/packages/xchat/xchat_2.6.1.bb b/packages/xchat/xchat_2.6.1.bb
new file mode 100644 (file)
index 0000000..462ed4d
--- /dev/null
@@ -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    "
+