1# 
2# Copyright (C) 2006-2008 OpenWrt.org
3#
4# This is free software, licensed under the GNU General Public License v2.
5# See /LICENSE for more information.
6#
7
8include $(TOPDIR)/rules.mk
9
10PKG_NAME:=gperf
11PKG_VERSION:=3.0.3
12
13PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
14PKG_SOURCE_URL:=@GNU/gperf
15PKG_MD5SUM:=cc20e58975a38075440423c8fb85fd00
16PKG_HOST_ONLY=1
17
18include $(INCLUDE_DIR)/host-build.mk
19
20define Host/Install
21	$(MAKE) -C $(HOST_BUILD_DIR) install
22endef
23
24
25$(eval $(call HostBuild))
26