GARNAME = libcanberra
GARVERSION = 0.9
CATEGORIES = bootstrap
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz

MASTER_SITES = http://0pointer.de/lennart/projects/libcanberra/

LIBDEPS = platform/gtk+ desktop/gstreamer

DESCRIPTION = libcanberra
define BLURB
libcanberra is an implementation of the XDG Sound Theme and Name
Specifications, for generating event sounds on free desktops, such as GNOME.
It comes with several backends (ALSA, PulseAudio, OSS, GStreamer, null) and
is designed to be portable.
endef

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

CONFIGURE_ARGS = $(DIRPATHS)

include ../category.mk
