2 # Copyright (C) 2006-2015 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
7 include $(TOPDIR
)/rules.mk
12 PKG_SOURCE
:=$(PKG_NAME
)-$(PKG_VERSION
).
tar.xz
13 PKG_SOURCE_URL
:=@GNU
/autoconf
14 PKG_HASH
:=ba885c1319578d6c94d46e9b0dceb4014caafe2490e437a0dbca3f270a223f5a
16 include $(INCLUDE_DIR
)/host-build.mk
18 HOST_CONFIGURE_VARS
+= \
20 PERL
="/usr/bin/env perl"
23 -$(call Host
/Compile
/Default
,--touch install-man1
) # disable building of man pages
24 $(call Host
/Compile
/Default
)
28 -$(call Host
/Compile
/Default
,uninstall)
31 $(eval
$(call HostBuild
))