You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
405 B
13 lines
405 B
################################################################################
|
|
#
|
|
# unionfs
|
|
#
|
|
################################################################################
|
|
|
|
UNIONFS_VERSION = 2.1
|
|
UNIONFS_SITE = $(call github,rpodgorny,unionfs-fuse,v$(UNIONFS_VERSION))
|
|
UNIONFS_DEPENDENCIES = libfuse host-pkgconf
|
|
UNIONFS_LICENSE = BSD-3-Clause
|
|
UNIONFS_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(cmake-package))
|
|
|