blob: 571e55b6fedae2b6c1723eaa1764aac51126ad94 [file] [log] [blame]
Holger Hans Peter Freyther60ee4cd2011-11-11 21:26:06 +08001# libdbi OE build file
2# Copyright (C) 2005, Koninklijke Philips Electronics NV. All Rights Reserved
3# Released under the MIT license (see packages/COPYING)
4
5DESCRIPTION = "Database Independent Abstraction Layer for C"
6HOMEPAGE = "http://libdbi.sourceforge.net/"
7LICENSE = "LGPL"
8LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499"
9SECTION = "libs"
10
11INC_PR = "r1"
12
13SRC_URI = "${SOURCEFORGE_MIRROR}/libdbi/libdbi-${PV}.tar.gz"
14
15inherit autotools
16
17EXTRA_OECONF = "--disable-docs"
18
19do_configure () {
20 autotools_do_configure
21}