aboutsummaryrefslogtreecommitdiffstats
path: root/centericq/centericq_4.9.10.oe
blob: 02b08993b9fdcc7d8c07e05c4570cc86abfda122 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
DEPENDS = "virtual/libc openssl ncurses"
DESCRIPTION = "An ncurses-based IM client for ICQ2000, Yahoo!, \
AIM, IRC, Jabber and LiveJournal"

SRC_URI = "http://centericq.de/archive/source/releases/centericq-${PV}.tar.bz2 \
	   file://${FILESDIR}/configure.patch;patch=1 \
	   file://${FILESDIR}/m4.patch;patch=1"

inherit autotools

EXTRA_OECONF = "--with-ssl --with-openssl=${STAGING_LIBDIR}/.."
acpaths = "-I ${S}/m4"