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 / libiscsi / libiscsi.mk
1 ################################################################################
2 #
3 # libiscsi
4 #
5 ################################################################################
6
7 LIBISCSI_VERSION = 1.12.0
8 LIBISCSI_SITE = https://sites.google.com/site/libiscsitarballs/libiscsitarballs
9 LIBISCSI_LICENSE = GPLv2+ LGPLv2.1+
10 LIBISCSI_LICENSE_FILES = COPYING LICENCE-GPL-2.txt LICENCE-LGPL-2.1.txt
11 LIBISCSI_INSTALL_STAGING = YES
12
13 # We patch configure.ac and Makefile.am
14 LIBISCSI_AUTORECONF = YES
15
16 $(eval $(autotools-package))