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
1 ################################################################################
2 #
3 # libsamplerate
4 #
5 ################################################################################
6
7 LIBSAMPLERATE_VERSION = 0.1.8
8 LIBSAMPLERATE_SITE = http://www.mega-nerd.com/SRC
9 LIBSAMPLERATE_INSTALL_STAGING = YES
10 LIBSAMPLERATE_DEPENDENCIES = host-pkgconf
11 LIBSAMPLERATE_CONF_OPTS = --disable-fftw --program-transform-name=''
12 LIBSAMPLERATE_LICENSE = Dual GPLv2+ / libsamplerate commercial use license
13 LIBSAMPLERATE_LICENSE_FILES = COPYING
14
15 ifeq ($(BR2_PACKAGE_LIBSNDFILE),y)
16 LIBSAMPLERATE_DEPENDENCIES += libsndfile
17 endif
18
19 $(eval $(autotools-package))