diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/xchat/xchat_2.6.1.bb | 9 |
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 " + |