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 / unionfs / unionfs.mk
1 ################################################################################
2 #
3 # unionfs
4 #
5 ################################################################################
6
7 UNIONFS_VERSION = 0.26
8 UNIONFS_SITE = http://podgorny.cz/unionfs-fuse/releases
9 UNIONFS_SOURCE = unionfs-fuse-$(UNIONFS_VERSION).tar.xz
10 UNIONFS_DEPENDENCIES = libfuse host-pkgconf
11 UNIONFS_LICENSE = BSD-3c
12 UNIONFS_LICENSE_FILES = LICENSE
13
14 $(eval $(cmake-package))