libol: Upstream upgrade to 0.3.18
authorOyvind Repvik <nail@nslu2-linux.org>
Mon, 11 Sep 2006 08:44:37 +0000 (08:44 +0000)
committerOyvind Repvik <nail@nslu2-linux.org>
Mon, 11 Sep 2006 08:44:37 +0000 (08:44 +0000)
packages/libol/libol_0.3.18.bb [new file with mode: 0644]

diff --git a/packages/libol/libol_0.3.18.bb b/packages/libol/libol_0.3.18.bb
new file mode 100644 (file)
index 0000000..3412acf
--- /dev/null
@@ -0,0 +1,16 @@
+MAINTAINER = "Oyvind Repvik <nail@nslu2-linux.org"
+PR = "r5"
+
+SRC_URI = "http://www.balabit.com/downloads/libol/0.3/${PN}-${PV}.tar.gz"
+
+S = "${WORKDIR}/${PN}-${PV}"
+
+inherit autotools
+
+do_stage() {
+        install -d ${STAGING_INCDIR}/libol
+        install -m 0755 ${S}/libol-config ${STAGING_BINDIR}
+        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/
+}