GARNAME = meld
GARVERSION = 1.1.5.1
CATEGORIES = hacker-tools
DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2

LIBDEPS = bindings/pygtk bindings/gnome-python

DESCRIPTION = meld
define BLURB
Meld views differences between files and between directories. 
Meld makes it easy to isolate and merge these differences.
endef

BUILD_SCRIPTS = $(WORKSRC)/GNUmakefile 
INSTALL_SCRIPTS = $(WORKSRC)/GNUmakefile

BUILD_ARGS = prefix=$(prefix)
INSTALL_ARGS = prefix=$(prefix)

include ../category.mk
