NAME = ID Utils
GARNAME = idutils
GARVERSION = 4.6
HOME_URL = http://www.gnu.org/software/idutils/
DESCRIPTION = Tools to create and efficiently search an index of \
identifiers from specified files

######################################################################

MASTER_SITES = $(MASTER_GNU)
MASTER_SUBDIR = $(GARNAME)/

DISTFILES = $(DISTNAME).tar.xz
SIGFILES = $(DISTNAME).tar.xz.sig

BUILDDEPS = 
LIBDEPS = 

######################################################################

include ../../gar.lib/auto.mk
include config.mk

pre-configure:
	sed -i -e '/gets is a security/d' $(WORKSRC)/lib/stdio.in.h
	$(MAKECOOKIE)
