NAME = intltool
GARNAME = intltool
GARVERSION = 0.50.2
HOME_URL = https://freedesktop.org/wiki/Software/intltool
DESCRIPTION = An internationalization tool collection

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

empty:=
space:= $(empty) $(empty)
VERSION_LIST = $(subst .,$(space),$(GARVERSION))
SERIES = $(subst $(space),.,$(wordlist 1,2,$(VERSION_LIST)))

MASTER_SITES = https://launchpad.net/intltool/trunk/
MASTER_SUBDIR = $(GARVERSION)/+download/
DISTFILES = $(DISTNAME).tar.gz
SIGFILES = 

BUILDDEPS = 
LIBDEPS = 

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

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