grep.mk 439 B

1234567891011121314
  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. $(DISABLE_NLS) $(DISABLE_LARGEFILE)
  11. GREP_DEPENDENCIES = $(if $(BR2_ENABLE_LOCALE),gettext libintl)
  12. $(eval $(call AUTOTARGETS,package,grep))