aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libol/libol_0.3.18.bb
blob: dae22db04e392c713077a3b2131102eba66d83b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PR = "r5"

SRC_URI = "http://www.balabit.com/downloads/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}
        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/
}