diff options
Diffstat (limited to 'centericq/centericq_4.11.0.oe')
-rw-r--r-- | centericq/centericq_4.11.0.oe | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/centericq/centericq_4.11.0.oe b/centericq/centericq_4.11.0.oe index e69de29bb2..26e42f3b6e 100644 --- a/centericq/centericq_4.11.0.oe +++ b/centericq/centericq_4.11.0.oe @@ -0,0 +1,15 @@ +DEPENDS = "openssl ncurses" +DESCRIPTION = "An ncurses-based IM client for ICQ2000, Yahoo!, \ +AIM, IRC, Jabber and LiveJournal" +SECTION = "console/network" +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}/.." +acpaths = "-I ${S}/m4" + +# FIXME: ugly compile failures +BROKEN = "1" |