include $(TOPDIR)/rules.mk PKG_NAME:=whois PKG_VERSION:=5.5.23 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_VERSION:=v$(PKG_VERSION) PKG_SOURCE_URL:=https://github.com/rfc1036/whois PKG_MIRROR_HASH:=114893f8dd18fb9a4912deba2afaf09bce593b04a72c73381ec2303d71ff708d PKG_BUILD_DEPENDS:=perl/host PKG_MAINTAINER:=Paul Spooren PKG_LICENSE:=GPL-2.0-only PKG_LICENSE_FILES:=COPYING PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 include $(INCLUDE_DIR)/package.mk define Package/whois SECTION:=utils CATEGORY:=Utilities TITLE:=Intelligent WHOIS client URL:=https://github.com/rfc1036/whois endef define Package/whois/description This client is intelligent and can automatically select the appropriate whois server for most queries. The internal database is often more accurate than IANA's published one, but please send me any information you have regarding domains and network resources which are not correctly handled by the program. endef EXTRA_CFLAGS+=-DHAVE_GETOPT_LONG MAKE_FLAGS += PERL=$(STAGING_DIR_HOSTPKG)/usr/bin/perl define Package/whois/install $(INSTALL_DIR) $(1)/usr/bin $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/whois $(1)/usr/bin/whois endef $(eval $(call BuildPackage,whois))