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 / ncmpc / ncmpc.mk
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/ncmpc/ncmpc.mk b/cirros-testvm/src-cirros/buildroot-2015.05/package/ncmpc/ncmpc.mk
new file mode 100644 (file)
index 0000000..050b6b8
--- /dev/null
@@ -0,0 +1,15 @@
+################################################################################
+#
+# ncmpc
+#
+################################################################################
+
+NCMPC_VERSION_MAJOR = 0
+NCMPC_VERSION = $(NCMPC_VERSION_MAJOR).24
+NCMPC_SOURCE = ncmpc-$(NCMPC_VERSION).tar.xz
+NCMPC_SITE = http://www.musicpd.org/download/ncmpc/$(NCMPC_VERSION_MAJOR)
+NCMPC_DEPENDENCIES = host-pkgconf libglib2 libmpdclient ncurses
+NCMPC_LICENSE = GPLv2+
+NCMPC_LICENSE_FILES = COPYING
+
+$(eval $(autotools-package))