Commit
07b6eec21f57c3cb391b0daf89240b7632b2a49f doesn't work at least
now, because package.mk initializes the variables to the default
values. You have to modify the variable after including package.mk.
Signed-off-by: Kazuhiro Ito <redacted>
PKG_NAME:=grep
PKG_VERSION:=3.11
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@GNU/grep
PKG_INSTALL:=1
PKG_BUILD_PARALLEL:=1
-MAKE_FLAGS += SHELL="/bin/sh"
-
include $(INCLUDE_DIR)/package.mk
+MAKE_FLAGS += SHELL="/bin/sh"
+
define Package/grep
SECTION:=utils
CATEGORY:=Utilities