This commit is contained in:
TriForceX
2021-03-13 22:13:38 -03:00
parent c77595adbd
commit b3ecc6e32d
7043 changed files with 119377 additions and 73694 deletions

15
package/libodb/libodb.mk Normal file
View File

@@ -0,0 +1,15 @@
################################################################################
#
# libodb
#
################################################################################
LIBODB_VERSION_MAJOR = 2.4
LIBODB_VERSION = $(LIBODB_VERSION_MAJOR).0
LIBODB_SOURCE = libodb-$(LIBODB_VERSION).tar.bz2
LIBODB_SITE = https://www.codesynthesis.com/download/odb/$(LIBODB_VERSION_MAJOR)
LIBODB_INSTALL_STAGING = YES
LIBODB_LICENSE = GPL-2.0
LIBODB_LICENSE_FILES = LICENSE
$(eval $(autotools-package))