GARNAME = tagtool
GARVERSION = 0.12.2
CATEGORIES = geektoys
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
PATCHFILES = upstream-fixes.diff

MASTER_SITES = http://download.sourceforge.net/tagtool/

LIBDEPS = platform/gtk+ platform/libglade

DESCRIPTION = tagtool
define BLURB
Audio Tag Tool is a program to manage the information fields in MP3 and Ogg Vorbis files, 
commonly called tags. It is available under the GNU General Public Licence (GPL).
endef

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

CONFIGURE_ARGS = $(DIRPATHS)

include ../category.mk
