grep.mk 400 B

12345678910111213
  1. #############################################################
  2. #
  3. # grep
  4. #
  5. #############################################################
  6. GREP_VERSION:=2.5.3
  7. GREP_SOURCE:=grep-$(GREP_VERSION).tar.bz2
  8. GREP_SITE:=$(BR2_GNU_MIRROR)/grep
  9. GREP_CONF_OPT = --disable-perl-regexp --without-included-regex
  10. GREP_DEPENDENCIES = $(if $(BR2_ENABLE_LOCALE),gettext libintl)
  11. $(eval $(call AUTOTARGETS,package,grep))