mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
dcf31c6a1e
--------- Co-authored-by: tiopex <tiopxyz@gmail.com> Co-authored-by: tiopex <67048640+tiopex@users.noreply.github.com>
22 lines
573 B
Makefile
22 lines
573 B
Makefile
################################################################################
|
|
#
|
|
# acl
|
|
#
|
|
################################################################################
|
|
|
|
ACL_VERSION = 2.2.53
|
|
ACL_SITE = http://download.savannah.gnu.org/releases/acl
|
|
ACL_LICENSE = GPL-2.0+ (programs), LGPL-2.1+ (libraries)
|
|
ACL_LICENSE_FILES = doc/COPYING doc/COPYING.LGPL
|
|
|
|
ACL_DEPENDENCIES = attr
|
|
HOST_ACL_DEPENDENCIES = host-attr
|
|
|
|
ACL_INSTALL_STAGING = YES
|
|
|
|
ACL_CONF_OPTS = --disable-nls
|
|
HOST_ACL_CONF_OPTS = --disable-nls
|
|
|
|
$(eval $(autotools-package))
|
|
$(eval $(host-autotools-package))
|