The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libsamplerate / libsamplerate.mk
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/libsamplerate/libsamplerate.mk b/cirros-testvm/src-cirros/buildroot-2015.05/package/libsamplerate/libsamplerate.mk
new file mode 100644 (file)
index 0000000..28fd644
--- /dev/null
@@ -0,0 +1,19 @@
+################################################################################
+#
+# libsamplerate
+#
+################################################################################
+
+LIBSAMPLERATE_VERSION = 0.1.8
+LIBSAMPLERATE_SITE = http://www.mega-nerd.com/SRC
+LIBSAMPLERATE_INSTALL_STAGING = YES
+LIBSAMPLERATE_DEPENDENCIES = host-pkgconf
+LIBSAMPLERATE_CONF_OPTS = --disable-fftw --program-transform-name=''
+LIBSAMPLERATE_LICENSE = Dual GPLv2+ / libsamplerate commercial use license
+LIBSAMPLERATE_LICENSE_FILES = COPYING
+
+ifeq ($(BR2_PACKAGE_LIBSNDFILE),y)
+LIBSAMPLERATE_DEPENDENCIES += libsndfile
+endif
+
+$(eval $(autotools-package))