mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-04-22 22:37:17 +00:00
14 lines
353 B
Makefile
14 lines
353 B
Makefile
################################################################################
|
|
#
|
|
# gperf
|
|
#
|
|
################################################################################
|
|
|
|
GPERF_VERSION = 3.0.4
|
|
GPERF_SITE = $(BR2_GNU_MIRROR)/gperf
|
|
GPERF_LICENSE = GPL-3.0+
|
|
GPERF_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|
|
$(eval $(host-autotools-package))
|