xref: /OK3568_Linux_fs/buildroot/package/liblockfile/liblockfile.mk (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun################################################################################
2*4882a593Smuzhiyun#
3*4882a593Smuzhiyun# liblockfile
4*4882a593Smuzhiyun#
5*4882a593Smuzhiyun################################################################################
6*4882a593Smuzhiyun
7*4882a593SmuzhiyunLIBLOCKFILE_VERSION = 1.17
8*4882a593SmuzhiyunLIBLOCKFILE_SOURCE = liblockfile_$(LIBLOCKFILE_VERSION).orig.tar.gz
9*4882a593SmuzhiyunLIBLOCKFILE_SITE = http://snapshot.debian.org/archive/debian/20210128T210947Z/pool/main/libl/liblockfile
10*4882a593SmuzhiyunLIBLOCKFILE_PATCH = liblockfile_$(LIBLOCKFILE_VERSION)-1.debian.tar.bz2
11*4882a593Smuzhiyun
12*4882a593SmuzhiyunLIBLOCKFILE_LICENSE = LGPL-2.0+, GPL-2.0+ (dotlockfile)
13*4882a593SmuzhiyunLIBLOCKFILE_LICENSE_FILES = COPYRIGHT licenses/GPL-2 licenses/LGPL-2
14*4882a593Smuzhiyun
15*4882a593Smuzhiyun# We're patching Makefile.in
16*4882a593SmuzhiyunLIBLOCKFILE_AUTORECONF = YES
17*4882a593SmuzhiyunLIBLOCKFILE_INSTALL_STAGING = YES
18*4882a593SmuzhiyunLIBLOCKFILE_CONF_OPTS = --mandir=/usr/share/man
19*4882a593Smuzhiyun
20*4882a593Smuzhiyun$(eval $(autotools-package))
21