summaryrefslogtreecommitdiffstats
path: root/meta-extras/packages/libol/libol_0.3.18.bb
blob: 0b6518c43eab8b4ee5ca3eeb22f39df6b5d1597b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PR = "r7"

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/
}