From: Marcin Juszkiewicz Date: Wed, 4 Apr 2007 17:14:38 +0000 (+0000) Subject: libol: added 0.3.18 from OE, cleaned (for syslog-ng) X-Git-Tag: 2011-1~11973 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=e1fde811578b7d085fe10eec24aa4004d1bd8ea9;p=openembedded-core.git libol: added 0.3.18 from OE, cleaned (for syslog-ng) git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1440 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/meta-extras/packages/libol/libol_0.3.18.bb b/meta-extras/packages/libol/libol_0.3.18.bb new file mode 100644 index 0000000000..b8ad9b30ac --- /dev/null +++ b/meta-extras/packages/libol/libol_0.3.18.bb @@ -0,0 +1,14 @@ +PR = "r7" + +SRC_URI = "http://www.balabit.com/downloads/libol/0.3/${P}.tar.gz" + +S = "${WORKDIR}/${PN}-${PV}" + +inherit autotools binconfig + +do_stage() { + install -d ${STAGING_INCDIR}/libol + install -m 0755 ${S}/src/.libs/libol.so.0.0.0 ${STAGING_LIBDIR}/ + ln -fs ${STAGING_LIBDIR}/libol.so.0.0.0 ${STAGING_LIBDIR}/libol.so.0 + install ${S}/src/*.h ${STAGING_INCDIR}/libol/ +}