summaryrefslogtreecommitdiff
path: root/centericq/centericq_4.9.10.oe
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
committerChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
commitf249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch)
tree93735f3e25beab7ac8bf066c504df17b244db4eb /centericq/centericq_4.9.10.oe
parent11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff)
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'centericq/centericq_4.9.10.oe')
-rw-r--r--centericq/centericq_4.9.10.oe13
1 files changed, 13 insertions, 0 deletions
diff --git a/centericq/centericq_4.9.10.oe b/centericq/centericq_4.9.10.oe
index e69de29bb2..f1183927aa 100644
--- a/centericq/centericq_4.9.10.oe
+++ b/centericq/centericq_4.9.10.oe
@@ -0,0 +1,13 @@
+DEPENDS = "virtual/libc openssl ncurses"
+RDEPENDS = "libc6 openssl ncurses"
+DESCRIPTION = "An ncurses-based IM client for ICQ2000, Yahoo!, \
+AIM, IRC, Jabber and LiveJournal"
+
+SRC_URI = "http://centericq.de/archive/source/releases/centericq-${PV}.tar.bz2 \
+ file://${FILESDIR}/configure.patch;patch=1 \
+ file://${FILESDIR}/m4.patch;patch=1"
+
+inherit autotools
+
+EXTRA_OECONF = "--with-ssl --with-openssl=${STAGING_LIBDIR}/.."
+acpaths = "-I ${S}/m4"