NAME = GTK+ 2
GARNAME = gtk2
UPSTREAMNAME = gtk+
GARVERSION = 2.24.14
HOME_URL = http://www.gtk.org
DESCRIPTION = A multi-platform toolkit for creating graphical user interfaces

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

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

MASTER_SITES = $(MASTER_GNOME)
MASTER_SUBDIR = $(GARNAME)/$(SERIES)/
DISTFILES = $(DISTNAME).tar.xz
SIGFILES = 

BUILDDEPS = 
LIBDEPS = glib

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

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