aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libol/libol_0.3.18.bb
blob: 17ded2f1384ed82466f8d4a7f0279ebabaad64c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
DESCRIPTION = "A tiny C support library"
SECTION = "libs"
LICENSE = "GPL"
FILE_PR = "r8"

SRC_URI = "http://www.balabit.com/downloads/files/libol/0.3/${P}.tar.gz"

inherit autotools binconfig

do_stage() {
	autotools_stage_all
}