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 / libreplaygain / libreplaygain.mk
1 ################################################################################
2 #
3 # libreplaygain
4 #
5 ################################################################################
6
7 LIBREPLAYGAIN_VERSION = r475
8 LIBREPLAYGAIN_SITE = http://files.musepack.net/source
9 LIBREPLAYGAIN_SOURCE = libreplaygain_$(LIBREPLAYGAIN_VERSION).tar.gz
10 # upstream doesn't ship configure
11 LIBREPLAYGAIN_AUTORECONF = YES
12 LIBREPLAYGAIN_INSTALL_STAGING = YES
13 LIBREPLAYGAIN_LICENSE = LGPLv2.1+
14 LIBREPLAYGAIN_LICENSE_FILES = src/gain_analysis.c
15
16 $(eval $(autotools-package))