aboutsummaryrefslogtreecommitdiffstats
path: root/centericq
diff options
context:
space:
mode:
authorMatthias Hentges <oe@hentges.net>2004-10-11 15:05:02 +0000
committerMatthias Hentges <oe@hentges.net>2004-10-11 15:05:02 +0000
commitda9e38236f66050e87d8bd2c8f05f2326282aa58 (patch)
treeb9bfd64e913f7d98403f7105f43a7ba6bf5f8469 /centericq
parenteaf972b286b334de7e24cf399de92627f89f3175 (diff)
downloadopenembedded-da9e38236f66050e87d8bd2c8f05f2326282aa58.tar.gz
More section fixes
BKrev: 416aa11e6aH4cgLtXbfv7aBu9HJHoQ
Diffstat (limited to 'centericq')
-rw-r--r--centericq/centericq_4.11.0.oe15
-rw-r--r--centericq/centericq_4.9.10.oe2
-rw-r--r--centericq/centericq_4.9.7.oe1
3 files changed, 17 insertions, 1 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"
diff --git a/centericq/centericq_4.9.10.oe b/centericq/centericq_4.9.10.oe
index ceecdb7807..12fe406ef5 100644
--- a/centericq/centericq_4.9.10.oe
+++ b/centericq/centericq_4.9.10.oe
@@ -1,7 +1,7 @@
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"
diff --git a/centericq/centericq_4.9.7.oe b/centericq/centericq_4.9.7.oe
index bc00763330..51c6ad71da 100644
--- a/centericq/centericq_4.9.7.oe
+++ b/centericq/centericq_4.9.7.oe
@@ -1,6 +1,7 @@
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 \