libol 0.3.18 use autotools_stage_all
authorMichael Lauer <mickey@vanille-media.de>
Mon, 10 Mar 2008 23:56:02 +0000 (23:56 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Mon, 10 Mar 2008 23:56:02 +0000 (23:56 +0000)
packages/libol/libol_0.3.16.bb [deleted file]
packages/libol/libol_0.3.18.bb

diff --git a/packages/libol/libol_0.3.16.bb b/packages/libol/libol_0.3.16.bb
deleted file mode 100644 (file)
index 1e4a1e9..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-PR = "r5"
-
-SRC_URI = "http://www.balabit.com/downloads/files/libol/0.3/${P}.tar.gz"
-
-S = "${WORKDIR}/${PN}-${PV}"
-inherit autotools
-
-do_stage() {
-       install -d ${STAGING_INCDIR}/libol
-       install -m 0755 ${S}/libol-config ${STAGING_BINDIR_CROSS}
-       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/
-}
-
index 0b6518c..7dc48f9 100644 (file)
@@ -1,14 +1,12 @@
-PR = "r7"
+DESCRIPTION = "A tiny C support library"
+SECTION = "libs"
+LICENSE = "GPL"
+PR = "r8"
 
 SRC_URI = "http://www.balabit.com/downloads/files/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/
+       autotools_stage_all
 }