blob: 8884522ba45ec149ce2b2a6090d762fd2178b39b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
DESCRIPTION = "An ncurses-based IM client for ICQ2000, Yahoo!, \
AIM, IRC, Jabber and LiveJournal"
SECTION = "console/network"
PRIORITY = "optional"
LICENSE = "GPL"
DEPENDS = "gnutls ncurses"
inherit autotools
SRC_URI = "http://centericq.de/archive/source/releases/centericq-${PV}.tar.bz2 \
file://configure.patch;patch=1 \
file://m4.patch;patch=1"
EXTRA_OECONF = "--with-ssl --disable-msn --without-curl"
PARALLEL_MAKE = ""
|