diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
commit | f249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch) | |
tree | 93735f3e25beab7ac8bf066c504df17b244db4eb /centericq | |
parent | 11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff) |
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'centericq')
-rw-r--r-- | centericq/centericq_4.9.10.oe | 13 | ||||
-rw-r--r-- | centericq/centericq_4.9.7.oe | 8 |
2 files changed, 17 insertions, 4 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" diff --git a/centericq/centericq_4.9.7.oe b/centericq/centericq_4.9.7.oe index cf5a5ed80e..60e036b7ad 100644 --- a/centericq/centericq_4.9.7.oe +++ b/centericq/centericq_4.9.7.oe @@ -3,10 +3,10 @@ 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 +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_DIR}/target' +EXTRA_OECONF = "--with-ssl --with-openssl=${STAGING_LIBDIR}/.." |