change usbtunerhelper src_uri.
[vuplus_openembedded] / recipes / xchat / xchat_2.8.4.bb
1 DESCRIPTION = "Full-featured IRC chat client with scripting support"
2 LICENSE = "GPL"
3 HOMEPAGE = "http://www.xchat.org"
4 SECTION = "x11/network"
5 DEPENDS = "libgcrypt zlib gtk+"
6 DEPENDS += "gdk-pixbuf-csource-native"
7 PR = "r0"
8
9 SRC_URI = "http://www.xchat.org/files/source/2.8/xchat-${PV}.tar.bz2"
10
11 inherit autotools
12
13 EXTRA_OECONF = "\
14   --disable-perl \
15   --disable-python \
16 "
17
18 FILES_${PN}-dbg += "${libdir}/xchat/plugins/.debug"