kumquat-buildroot/package/libsndfile/libsndfile.mk

20 lines
510 B
Makefile
Raw Normal View History

################################################################################
2007-04-24 15:43:15 +02:00
#
# libsndfile
#
################################################################################
LIBSNDFILE_VERSION = 1.0.28
LIBSNDFILE_SITE = http://www.mega-nerd.com/libsndfile/files
LIBSNDFILE_INSTALL_STAGING = YES
LIBSNDFILE_LICENSE = LGPL-2.1+
LIBSNDFILE_LICENSE_FILES = COPYING
2007-04-24 15:43:15 +02:00
LIBSNDFILE_CONF_OPTS = \
--disable-sqlite \
--disable-alsa \
--disable-external-libs \
--disable-full-suite
$(eval $(autotools-package))