mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-02-21 18:29:02 +00:00
* Update to buildroot 2018.11 * containerd update * runc update * runc docker engine * runc docker proxy * update rpi firmware * update network manager * update dhcpd * update wait on network * update rpi wifi * revert glibc
14 lines
357 B
Makefile
14 lines
357 B
Makefile
################################################################################
|
|
#
|
|
# ccrypt
|
|
#
|
|
################################################################################
|
|
|
|
CCRYPT_VERSION = 1.10
|
|
CCRYPT_SITE = http://ccrypt.sourceforge.net/download/$(CCRYPT_VERSION)
|
|
|
|
CCRYPT_LICENSE = GPL-2.0+
|
|
CCRYPT_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|