2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2012-01-11 15:11:58 +01:00
|
|
|
#
|
|
|
|
# unionfs
|
|
|
|
#
|
2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2012-01-11 15:11:58 +01:00
|
|
|
|
2015-10-19 23:38:35 +02:00
|
|
|
UNIONFS_VERSION = 1.0
|
|
|
|
UNIONFS_SITE = $(call github,rpodgorny,unionfs-fuse,v$(UNIONFS_VERSION))
|
2016-01-31 21:07:48 +01:00
|
|
|
UNIONFS_PATCH = \
|
|
|
|
http://git.alpinelinux.org/cgit/aports/plain/main/unionfs-fuse/0001-include-asm-ioctl.h-for-_IOC_SIZE.patch
|
2012-10-22 17:47:52 +02:00
|
|
|
UNIONFS_DEPENDENCIES = libfuse host-pkgconf
|
2012-09-12 05:51:55 +02:00
|
|
|
UNIONFS_LICENSE = BSD-3c
|
|
|
|
UNIONFS_LICENSE_FILES = LICENSE
|
2012-01-11 15:11:58 +01:00
|
|
|
|
2012-10-13 03:46:09 +02:00
|
|
|
$(eval $(cmake-package))
|