package/lzlib: bump to version 0.4.3
authorJörg Krause <joerg.krause@embedded.rocks>
Thu, 8 Oct 2015 02:12:54 +0000 (04:12 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 6 Mar 2016 22:18:51 +0000 (23:18 +0100)
Switch to more recent github repository.

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
[Thomas: add hash file.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/lzlib/Config.in
package/lzlib/lzlib.hash
package/lzlib/lzlib.mk

index c123019170cf508991a2bdac04f875fe422aca08..f7fae1579b14a25f40a8050533c44ff5e40ff877 100644 (file)
@@ -7,4 +7,4 @@ config BR2_PACKAGE_LZLIB
          functions and also to read/write gzip files using an
          interface similar to the base io package.
 
-         http://luaforge.net/projects/lzlib/
+         https://github.com/LuaDist/lzlib
index d823e8b203ac1ae3db33e08f4f44abeab51fbcdc..f983862e41fa579fa7341645b939c63122b6211c 100644 (file)
@@ -1,2 +1,2 @@
 # Locally calculated
-sha256 c10055bde2c0a0ed14f22c1ee0701910b0b9885245baf7911201ab4dfd3b828c  lzlib-0.4.work3-1.src.rock
+sha256 cbb0cac5825e940b4ea2f31a336d2aaf6db39847d456920afd8e443804420dbb lzlib-0.4.3.tar.gz
index ec37842e10b46dfd6ad7f25db3ca9a7c29e7870a..91f380afa24d5adb32aafa1a6140d6af5d00c4ca 100644 (file)
@@ -4,9 +4,11 @@
 #
 ################################################################################
 
-LZLIB_VERSION = 0.4.work3-1
-LZLIB_SUBDIR = lzlib-0.4-work3
+LZLIB_VERSION = 0.4.3
+LZLIB_SITE = $(call github,LuaDist,lzlib,$(LZLIB_VERSION))
 LZLIB_DEPENDENCIES = zlib
 LZLIB_LICENSE = MIT
+LZLIB_CONF_OPTS = -DINSTALL_CMOD="/usr/lib/lua/$(LUAINTERPRETER_ABIVER)" \
+       -DINSTALL_LMOD="/usr/share/lua/$(LUAINTERPRETER_ABIVER)"
 
-$(eval $(luarocks-package))
+$(eval $(cmake-package))