diff options
Diffstat (limited to 'nonworking/centericq')
-rw-r--r-- | nonworking/centericq/centericq_4.9.7.oe | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/nonworking/centericq/centericq_4.9.7.oe b/nonworking/centericq/centericq_4.9.7.oe index e69de29bb2..02f1d4e36a 100644 --- a/nonworking/centericq/centericq_4.9.7.oe +++ b/nonworking/centericq/centericq_4.9.7.oe @@ -0,0 +1,9 @@ +DEPENDS = virtual/libc openssl +RDEPENDS = libc6 libssl0 + +SRC_URI = http://thekonst.net/download/centericq-4.9.7.tar.bz2 +S = ${WORKDIR}/${P} + +inherit autotools + +EXTRA_OECONF = '--with-ssl --with-openssl=${STAGING_DIR}/target' |