c6aac6ebdb
libdbi implements a database-independent abstraction layer in C, similar to the DBI/DBD layer in Perl. http://libdbi.sourceforge.net/ Based on initial work from Nicolas Carrier <nicolas.carrier@orolia.com> Signed-off-by: Herve Codina <herve.codina@bootlin.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
17 lines
499 B
Makefile
17 lines
499 B
Makefile
################################################################################
|
|
#
|
|
# libdbi
|
|
#
|
|
################################################################################
|
|
|
|
LIBDBI_VERSION = 88b8477d57153b9f736dd19d432d3b7ab1c49073
|
|
LIBDBI_SITE = https://git.code.sf.net/p/libdbi/libdbi
|
|
LIBDBI_SITE_METHOD = git
|
|
LIBDBI_LICENSE = LGPL-2.1+
|
|
LIBDBI_LICENSE_FILES = COPYING
|
|
LIBDBI_INSTALL_STAGING = YES
|
|
# Fetched from git, with no configure script
|
|
LIBDBI_AUTORECONF = YES
|
|
|
|
$(eval $(autotools-package))
|