change usbtunerhelper src_uri.
[vuplus_openembedded] / recipes / xchat / xchat_2.6.8.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 PR = "r0"
7
8 SRC_URI = "http://www.xchat.org/files/source/2.6/xchat-${PV}.tar.bz2"
9
10 inherit autotools
11 EXTRA_OECONF = " --disable-perl --disable-python    "
12
13 FILES_${PN}-dbg += " /usr/lib/xchat/plugins/.debug"