68c7be9c28
Update indentation in hash file (two spaces) https://repo.or.cz/isl.git/blob/8cec80451ea4f2f225629527b99ee2dc54ac2cad:/ChangeLog Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
15 lines
383 B
Makefile
15 lines
383 B
Makefile
################################################################################
|
|
#
|
|
# isl
|
|
#
|
|
################################################################################
|
|
|
|
ISL_VERSION = 0.23
|
|
ISL_SOURCE = isl-$(ISL_VERSION).tar.xz
|
|
ISL_SITE = http://isl.gforge.inria.fr
|
|
ISL_LICENSE = MIT
|
|
ISL_LICENSE_FILES = LICENSE
|
|
HOST_ISL_DEPENDENCIES = host-gmp
|
|
|
|
$(eval $(host-autotools-package))
|