mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-04-22 06:17:19 +00:00
19 lines
523 B
Makefile
19 lines
523 B
Makefile
################################################################################
|
|
#
|
|
# attr
|
|
#
|
|
################################################################################
|
|
|
|
ATTR_VERSION = 2.4.48
|
|
ATTR_SITE = http://download.savannah.gnu.org/releases/attr
|
|
ATTR_LICENSE = GPL-2.0+ (programs), LGPL-2.1+ (libraries)
|
|
ATTR_LICENSE_FILES = doc/COPYING doc/COPYING.LGPL
|
|
|
|
ATTR_INSTALL_STAGING = YES
|
|
|
|
ATTR_CONF_OPTS = --disable-nls
|
|
HOST_ATTR_CONF_OPTS = --disable-nls
|
|
|
|
$(eval $(autotools-package))
|
|
$(eval $(host-autotools-package))
|