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
1 ################################################################################
2 #
3 # libatasmart
4 #
5 ################################################################################
6
7 LIBATASMART_VERSION = 0.19
8 LIBATASMART_SOURCE = libatasmart-$(LIBATASMART_VERSION).tar.xz
9 LIBATASMART_SITE = http://0pointer.de/public
10 LIBATASMART_LICENSE = LGPLv2.1
11 LIBATASMART_LICENSE_FILES = LGPL
12 LIBATASMART_INSTALL_STAGING = YES
13
14 # package doesn't include configure script
15 LIBATASMART_AUTORECONF = YES
16
17 LIBATASMART_DEPENDENCIES = udev
18
19 $(eval $(autotools-package))