summaryrefslogtreecommitdiffstats
path: root/package/gperf/gperf.mk
blob: 0dec44e3baa1f8ca5dea0e942ddc3a8a0693c6d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#############################################################
#
# gperf
#
#############################################################
GPERF_VERSION = 3.0.3
GPERF_SOURCE = gperf-$(GPERF_VERSION).tar.gz
GPERF_SITE = $(BR2_GNU_MIRROR)/gperf
GPERF_AUTORECONF = NO
GPERF_INSTALL_STAGING = NO
GPERF_INSTALL_TARGET = YES

# install-strip rule does not exist in gperf's makefiles
GPERF_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install

$(eval $(call AUTOTARGETS,package,gperf))