aboutsummaryrefslogtreecommitdiffstats
path: root/packages/centericq/centericq_4.11.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/centericq/centericq_4.11.0.bb')
-rw-r--r--packages/centericq/centericq_4.11.0.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/centericq/centericq_4.11.0.bb b/packages/centericq/centericq_4.11.0.bb
index e69de29bb2..fa6633883b 100644
--- a/packages/centericq/centericq_4.11.0.bb
+++ b/packages/centericq/centericq_4.11.0.bb
@@ -0,0 +1,16 @@
+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"
+LICENSE = "GPL"
+
+inherit autotools
+
+EXTRA_OECONF = "--with-ssl --with-openssl=${STAGING_LIBDIR}/.."
+acpaths = "-I ${S}/m4"
+
+# FIXME: ugly compile failures
+BROKEN = "1"