GARNAME = libgksu
GARVERSION = 2.0.1
CATEGORIES = geektoys
DISTFILES = libgksu-$(GARVERSION).tar.gz

MASTER_SITES = http://people.debian.org/~kov/gksu/

LIBDEPS = platform/gtk+ desktop/libgtop

DESCRIPTION = libgksu
define BLURB
API for using su and sudo in programs that need to execute tasks as other users.
endef

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

CONFIGURE_ARGS = $(DIRPATHS)

include ../category.mk
