aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xchat/xchat_2.8.4.bb
blob: 6626f67ed14f0ea00f9c3726cceee477a811b611 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "Full-featured IRC chat client with scripting support"
LICENSE = "GPL"
HOMEPAGE = "http://www.xchat.org"
SECTION = "x11/network"
DEPENDS = "libgcrypt zlib gtk+"
DEPENDS += "gdk-pixbuf-csource-native"
PR = "r0"

SRC_URI = "http://www.xchat.org/files/source/2.8/xchat-${PV}.tar.bz2"

inherit autotools

EXTRA_OECONF = "\
  --disable-perl \
  --disable-python \
"

FILES_${PN}-dbg += "${libdir}/xchat/plugins/.debug"