blob: 4f8d990a8719cec06081ad1511bc67c401b025da (
plain)
1
2
3
4
5
6
7
8
9
|
LICENSE = "GPL"
HOMEPAGE = "http://www.xchat.org"
MAINTAINER = "Koen Kooi <koen@linuxtogo.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 "
|