kumquat-buildroot/package/liblockfile/liblockfile.mk
Fabrice Fontaine 84be5d6cf0 package/liblockfile: bump to version 1.17
- MMU is mandatory since version 1.11 and
  09b8935aba
- DESTDIR must be used since version 1.10 and
  e35f9eabcb
  so drop custom commands (LIBLOCKFILE_INSTALL_{STAGING,TARGET}_CMDS)
  and replace patch by an upstreamable one
- Update hash of COPYRIGHT and add licenses/{GPL-2,LGPL-2} to license
  files:
  40f8d8092b

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2021-10-16 13:47:47 +02:00

21 lines
750 B
Makefile

################################################################################
#
# liblockfile
#
################################################################################
LIBLOCKFILE_VERSION = 1.17
LIBLOCKFILE_SOURCE = liblockfile_$(LIBLOCKFILE_VERSION).orig.tar.gz
LIBLOCKFILE_SITE = http://snapshot.debian.org/archive/debian/20210128T210947Z/pool/main/libl/liblockfile
LIBLOCKFILE_PATCH = liblockfile_$(LIBLOCKFILE_VERSION)-1.debian.tar.bz2
LIBLOCKFILE_LICENSE = LGPL-2.0+, GPL-2.0+ (dotlockfile)
LIBLOCKFILE_LICENSE_FILES = COPYRIGHT licenses/GPL-2 licenses/LGPL-2
# We're patching Makefile.in
LIBLOCKFILE_AUTORECONF = YES
LIBLOCKFILE_INSTALL_STAGING = YES
LIBLOCKFILE_CONF_OPTS = --mandir=/usr/share/man
$(eval $(autotools-package))