aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libol/libol_0.3.18.bb
blob: 3412acfc9a7fddd0996775ff0b6f60cd635227a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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/
}