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 / libatasmart / libatasmart.mk
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/libatasmart/libatasmart.mk b/cirros-testvm/src-cirros/buildroot-2015.05/package/libatasmart/libatasmart.mk
new file mode 100644 (file)
index 0000000..9e5de97
--- /dev/null
@@ -0,0 +1,19 @@
+################################################################################
+#
+# libatasmart
+#
+################################################################################
+
+LIBATASMART_VERSION = 0.19
+LIBATASMART_SOURCE = libatasmart-$(LIBATASMART_VERSION).tar.xz
+LIBATASMART_SITE = http://0pointer.de/public
+LIBATASMART_LICENSE = LGPLv2.1
+LIBATASMART_LICENSE_FILES = LGPL
+LIBATASMART_INSTALL_STAGING = YES
+
+# package doesn't include configure script
+LIBATASMART_AUTORECONF = YES
+
+LIBATASMART_DEPENDENCIES = udev
+
+$(eval $(autotools-package))