GARNAME = libsexy
GARVERSION = 0.1.10
CATEGORIES = bootstrap
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
LIBDEPS = platform/gtk+

MASTER_SITES = http://releases.chipx86.com/libsexy/libsexy/

DESCRIPTION = libsexy
define BLURB
libsexy is a collection of GTK+ widgets that extend the functionality of such 
standard widgets as GtkEntry and GtkLabel by subclassing them and working around 
the limitations of the widgets.
endef

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

CONFIGURE_ARGS = $(DIRPATHS)

include ../category.mk

check:
	@cd $(WORKSRC) && make check
