mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-03-12 21:52:11 +00:00
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 lines
336 B
Makefile
14 lines
336 B
Makefile
################################################################################
|
|
#
|
|
# gdbm
|
|
#
|
|
################################################################################
|
|
|
|
GDBM_VERSION = 1.10
|
|
GDBM_SITE = $(BR2_GNU_MIRROR)/gdbm
|
|
GDBM_LICENSE = GPLv3
|
|
GDBM_LICENSE_FILES = COPYING
|
|
GDBM_INSTALL_STAGING = YES
|
|
|
|
$(eval $(autotools-package))
|