aboutsummaryrefslogtreecommitdiffstats
path: root/centericq/centericq_4.9.7.oe
blob: 03917c8fde438f3c6a921b79a720ed73f1da3c52 (plain)
1
2
3
4
5
6
7
8
9
10
DEPENDS = virtual/libc openssl ncurses
RDEPENDS = libc6 openssl ncurses

SRC_URI = http://thekonst.net/download/centericq-4.9.7.tar.bz2 \
	  file://${FILESDIR}/configure.patch;patch=1 \
	  file://${FILESDIR}/m4.patch;patch=1

inherit autotools

EXTRA_OECONF = '--with-ssl --with-openssl=${STAGING_DIR}/target'