e6ea6b7865
There is no benefit in using the shortened git revision hash. On the contrary: the shorter the hash, the higher the risk of having collisions with another commit. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Acked-by: Samuel Martin <s.martin49@gmail.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 lines
466 B
Makefile
15 lines
466 B
Makefile
################################################################################
|
|
#
|
|
# lua-ev
|
|
#
|
|
################################################################################
|
|
|
|
LUA_EV_VERSION = 458165bdfe0c6eadc788813925f11a0e6a823845
|
|
LUA_EV_SITE = http://github.com/brimworks/lua-ev/tarball/$(LUA_EV_VERSION)
|
|
LUA_EV_DEPENDENCIES = lua libev
|
|
LUA_EV_LICENSE = MIT
|
|
LUA_EV_LICENSE_FILES = README
|
|
LUA_EV_CONF_OPT = -DINSTALL_CMOD="/usr/lib/lua"
|
|
|
|
$(eval $(cmake-package))
|