mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
dcf31c6a1e
--------- Co-authored-by: tiopex <tiopxyz@gmail.com> Co-authored-by: tiopex <67048640+tiopex@users.noreply.github.com>
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))
|