dri2proto: upgrade from 2.3 to 2.4
[openembedded.git] / recipes / libdbi / libdbi.inc
blob6df9b66a78444fef957ac921777e8c3ece75bd1c
1 # libdbi OE build file
2 # Copyright (C) 2005, Koninklijke Philips Electronics NV.  All Rights Reserved
3 # Released under the MIT license (see packages/COPYING)
5 DESCRIPTION = "Database Independent Abstraction Layer for C"
6 HOMEPAGE = "http://libdbi.sourceforge.net/"
7 LICENSE = "LGPL"
8 SECTION = "libs"
10 INC_PR = "r1"
12 SRC_URI = "${SOURCEFORGE_MIRROR}/libdbi/libdbi-${PV}.tar.gz"
14 inherit autotools
16 EXTRA_OECONF = "--disable-docs"
18 do_stage () {
19         autotools_stage_includes
20         cd ./src/.libs/
21         oe_libinstall -so libdbi ${STAGING_LIBDIR}
24 do_configure () {
25         autotools_do_configure