df3c3bcf59
Having the host version may allow post-image scripts to encrypt the resulting image with aespipe (and decrypt it in the update tool on the target). Signed-off-by: Ariel D'Alessandro <ariel@vanguardiasur.com.ar> [Thomas: rewrap Config.in help text, tweak commit title.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 lines
394 B
Makefile
14 lines
394 B
Makefile
################################################################################
|
|
#
|
|
# aespipe
|
|
#
|
|
################################################################################
|
|
|
|
AESPIPE_VERSION = 2.4c
|
|
AESPIPE_SOURCE = aespipe-v$(AESPIPE_VERSION).tar.bz2
|
|
AESPIPE_SITE = http://loop-aes.sourceforge.net/aespipe
|
|
AESPIPE_LICENSE = GPL
|
|
|
|
$(eval $(autotools-package))
|
|
$(eval $(host-autotools-package))
|