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
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/libreplaygain/libreplaygain.mk b/cirros-testvm/src-cirros/buildroot-2015.05/package/libreplaygain/libreplaygain.mk
new file mode 100644 (file)
index 0000000..4775999
--- /dev/null
@@ -0,0 +1,16 @@
+################################################################################
+#
+# libreplaygain
+#
+################################################################################
+
+LIBREPLAYGAIN_VERSION = r475
+LIBREPLAYGAIN_SITE = http://files.musepack.net/source
+LIBREPLAYGAIN_SOURCE = libreplaygain_$(LIBREPLAYGAIN_VERSION).tar.gz
+# upstream doesn't ship configure
+LIBREPLAYGAIN_AUTORECONF = YES
+LIBREPLAYGAIN_INSTALL_STAGING = YES
+LIBREPLAYGAIN_LICENSE = LGPLv2.1+
+LIBREPLAYGAIN_LICENSE_FILES = src/gain_analysis.c
+
+$(eval $(autotools-package))