diff options
author | Jeremy Laine <jeremy.laine@m4x.org> | 2008-05-06 00:41:48 +0000 |
---|---|---|
committer | Jeremy Laine <jeremy.laine@m4x.org> | 2008-05-06 00:41:48 +0000 |
commit | 5c3a71d6bd2a212d89f2f5c7a7c08d16fa3b7511 (patch) | |
tree | c51069f41baca16fc7dcc0609a53828ea8853c37 /packages/nonworking/centericq/centericq.inc | |
parent | d8261fbae1d661e49f8a0b83e0b3ea481a2f42ea (diff) | |
parent | 4037c4a087635e50671fee29182cde8e93708bd6 (diff) |
merge of '5c57f792fa4408bfd1d31632734168b1434d7100'
and 'de01edf0c06eb0cc6e3c6b19195f32bc67519b19'
Diffstat (limited to 'packages/nonworking/centericq/centericq.inc')
-rw-r--r-- | packages/nonworking/centericq/centericq.inc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/nonworking/centericq/centericq.inc b/packages/nonworking/centericq/centericq.inc new file mode 100644 index 0000000000..2773ac61fd --- /dev/null +++ b/packages/nonworking/centericq/centericq.inc @@ -0,0 +1,14 @@ +DESCRIPTION = "An ncurses-based IM client for ICQ2000, Yahoo!, \ +AIM, IRC, Jabber and LiveJournal" +SECTION = "console/network" +PRIORITY = "optional" +LICENSE = "GPL" +DEPENDS = "openssl ncurses" + +inherit autotools + +SRC_URI = "http://centericq.de/archive/source/releases/centericq-${PV}.tar.bz2 \ + file://configure.patch;patch=1 \ + file://m4.patch;patch=1" + +EXTRA_OECONF = "--with-ssl --with-openssl=${STAGING_LIBDIR}/.." |