mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-04-24 07:17:17 +00:00
14 lines
339 B
Makefile
14 lines
339 B
Makefile
################################################################################
|
|
#
|
|
# ccrypt
|
|
#
|
|
################################################################################
|
|
|
|
CCRYPT_VERSION = 1.10
|
|
CCRYPT_SITE = http://ccrypt.sourceforge.net/download
|
|
|
|
CCRYPT_LICENSE = GPL-2.0+
|
|
CCRYPT_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|