Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 1/1] package/lzlib: bump to version 0.4.3
@ 2015-10-08  2:12 Jörg Krause
  2015-10-10  9:40 ` Thomas Petazzoni
  2016-03-06 22:20 ` Thomas Petazzoni
  0 siblings, 2 replies; 4+ messages in thread
From: Jörg Krause @ 2015-10-08  2:12 UTC (permalink / raw)
  To: buildroot

Switch to more recent github repository.

Signed-off-by: J?rg Krause <joerg.krause@embedded.rocks>
---
Changes v1 -> v2:
  - fix install paths for lib and lua files
---
 package/lzlib/Config.in  | 2 +-
 package/lzlib/lzlib.hash | 2 --
 package/lzlib/lzlib.mk   | 8 +++++---
 3 files changed, 6 insertions(+), 6 deletions(-)
 delete mode 100644 package/lzlib/lzlib.hash

diff --git a/package/lzlib/Config.in b/package/lzlib/Config.in
index c123019..f7fae15 100644
--- a/package/lzlib/Config.in
+++ b/package/lzlib/Config.in
@@ -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
diff --git a/package/lzlib/lzlib.hash b/package/lzlib/lzlib.hash
deleted file mode 100644
index d823e8b..0000000
--- a/package/lzlib/lzlib.hash
+++ /dev/null
@@ -1,2 +0,0 @@
-# Locally calculated
-sha256	c10055bde2c0a0ed14f22c1ee0701910b0b9885245baf7911201ab4dfd3b828c  lzlib-0.4.work3-1.src.rock
diff --git a/package/lzlib/lzlib.mk b/package/lzlib/lzlib.mk
index ec37842..91f380a 100644
--- a/package/lzlib/lzlib.mk
+++ b/package/lzlib/lzlib.mk
@@ -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))
-- 
2.6.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-03-06 22:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-08  2:12 [Buildroot] [PATCH v2 1/1] package/lzlib: bump to version 0.4.3 Jörg Krause
2015-10-10  9:40 ` Thomas Petazzoni
2015-12-17 21:57   ` Thomas Petazzoni
2016-03-06 22:20 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox