kumquat-buildroot/package/gperf/gperf.mk

16 lines
426 B
Makefile
Raw Normal View History

################################################################################
2008-07-09 06:27:45 +02:00
#
# gperf
#
################################################################################
GPERF_VERSION = 3.1
2008-07-09 06:27:45 +02:00
GPERF_SITE = $(BR2_GNU_MIRROR)/gperf
GPERF_LICENSE = GPL-3.0+
GPERF_LICENSE_FILES = COPYING
GPERF_CPE_ID_VENDOR = gperftools_project
GPERF_CPE_ID_PRODUCT = gperftools
$(eval $(autotools-package))
$(eval $(host-autotools-package))