From d44ff529564d1d4b967e596cf4e64394ddcda692 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Thu, 29 Jan 2015 17:50:40 +0000 Subject: [PATCH] gperf: moved to github https://github.com/openwrt/packages/commit/21a5b9f6444a8095d96f7b1c64651c000bcc3350 Signed-off-by: Nicolas Thill SVN-Revision: 44194 --- libs/gperf/Makefile | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 libs/gperf/Makefile diff --git a/libs/gperf/Makefile b/libs/gperf/Makefile deleted file mode 100644 index 6859a9e5c7..0000000000 --- a/libs/gperf/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# -# Copyright (C) 2006-2008 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# - -include $(TOPDIR)/rules.mk - -PKG_NAME:=gperf -PKG_VERSION:=3.0.3 - -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=@GNU/gperf -PKG_MD5SUM:=cc20e58975a38075440423c8fb85fd00 -PKG_HOST_ONLY=1 - -include $(INCLUDE_DIR)/host-build.mk -include $(INCLUDE_DIR)/package.mk - -define Package/gperf - SECTION:=libs - CATEGORY:=Libraries - TITLE:=Perfect hash function generator - BUILDONLY:=1 - URL:=http://www.gnu.org/software/gperf -endef - -define Package/lua/Default/description - gperf is a perfect hash function generator -endef - -define Host/Install - $(MAKE) -C $(HOST_BUILD_DIR) install -endef - - -$(eval $(call HostBuild)) -$(eval $(call BuildPackage,gperf)) -- 2.30.2