summaryrefslogtreecommitdiffstats
path: root/meta-extras/packages/libol/libol_0.3.18.bb
blob: b8ad9b30ac06bf02a4f175a66367c525f30e0581 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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/
}