package Makefile cleanup: remove uneeded vars

SVN-Revision: 8587
This commit is contained in:
Nicolas Thill
2007-09-03 08:20:36 +00:00
parent a8e4960f3d
commit be0de75a3e
12 changed files with 3 additions and 26 deletions

View File

@@ -12,13 +12,9 @@ PKG_NAME:=ncurses
PKG_VERSION:=5.6
PKG_RELEASE:=1
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@GNU/ncurses
PKG_MD5SUM:=b6593abe1089d6aab1551c105c9300e3
PKG_CAT:=zcat
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
include $(INCLUDE_DIR)/package.mk