buildrootschalter/package/gperf/gperf.mk
Simon Dawson d189957b5d gperf: add license information
Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-05-07 23:01:33 +02:00

14 lines
313 B
Makefile

#############################################################
#
# gperf
#
#############################################################
GPERF_VERSION = 3.0.4
GPERF_SITE = $(BR2_GNU_MIRROR)/gperf
GPERF_LICENSE = GPLv3+
GPERF_LICENSE_FILES = COPYING
$(eval $(autotools-package))
$(eval $(host-autotools-package))