remove uneeded PKG_BUILD_DIR & PKG_CAT overrides

Signed-off-by: Nicolas Thill <nico@openwrt.org>
This commit is contained in:
Nicolas Thill
2015-02-22 02:37:56 +01:00
parent cd21cbb82e
commit e24dfafb01
27 changed files with 4 additions and 43 deletions
+1 -2
View File
@@ -12,11 +12,10 @@ PKG_VERSION:=1.2.9
PKG_RELEASE:=1
PKG_LICENSE:=BSD-3-Clause
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE:=$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/ellzey/libevhtp/archive/
PKG_MD5SUM:=428a8d179fcc0cadedd914ed6456e08f
PKG_CAT:=zcat
PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk