aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xchat/xchat_2.8.4.bb
blob: 0f0388bf37586980a5578918e87ebd81d13a2f9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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"

SRC_URI[md5sum] = "66d60febc62a01bafac9bb3a35fb37ae"
SRC_URI[sha256sum] = "f95a9a9e477128aae536669dedd79f4e7b4d469072565695289e4bbb5b36dd63"