aboutsummaryrefslogtreecommitdiffstats
path: root/packages/centericq/centericq_4.9.7.bb
blob: 331d69c8d3ee4a2559914981ebc279d0a90701c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DEPENDS = "openssl ncurses"
DESCRIPTION = "An ncurses-based IM client for ICQ2000, Yahoo!, \
AIM, IRC, Jabber and LiveJournal"
SECTION = "console/network"
LICENSE = "GPL" 

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

inherit autotools

EXTRA_OECONF = "--with-ssl --with-openssl=${STAGING_LIBDIR}/.."