GARNAME = loudmouth
GARVERSION = 1.3.4
DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2
MASTER_SITES += http://ftp.imendio.com/pub/imendio/loudmouth/src/

LIBDEPS = platform/glib

DESCRIPTION = loudmouth
define BLURB
Loudmouth is a lightweight and easy-to-use C library for programming with the
Jabber protocol. It is designed to be easy to get started with and yet
extensible to let you do anything the Jabber protocol allows.
endef

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

CONFIGURE_ARGS = $(DIRPATHS)

# throttle parallel make
BUILD_ARGS = -j1

include ../category.mk
