GARNAME = iso-codes
GARVERSION = 0.51
CATEGORIES = bootstrap
DISTFILES = $(GARNAME)_$(GARVERSION)-1.1.tar.gz

MASTER_SITES = ftp://ftp.debian.org/debian/pool/main/i/iso-codes/

# Users with an version of gettext older than 0.11.5 will need this.
#LIBDEPS = bootstrap/gettext

DESCRIPTION = iso-codes
define BLURB
 #FIXME: blurb goes here
endef

CONFIGURE_SCRIPTS = $(WORKSRC)/configure
BUILD_SCRIPTS = $(WORKSRC)/Makefile
INSTALL_SCRIPTS = $(WORKSRC)/Makefile

CONFIGURE_ARGS = $(DIRPATHS)

include ../category.mk

pre-configure:
	@cd $(WORKSRC) && ./autogen.sh
	@$(MAKECOOKIE)
