summaryrefslogtreecommitdiff
path: root/package/lzlib
diff options
context:
space:
mode:
authorFrancois Perrad <fperrad@gmail.com>2014-02-24 08:34:57 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-03-01 16:51:39 +0100
commitd05f5c983a0ccfac7a52f85054f1120db0281d65 (patch)
tree949f594797bbcb76a0cbabf84a0e638067bd6319 /package/lzlib
parentd6cfb8fabe841c93dbd49678eb0655767e0799dd (diff)
lzlib: new package
[Thomas: reformat Config.in help text to have a reasonable width of the text.] Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/lzlib')
-rw-r--r--package/lzlib/Config.in10
-rw-r--r--package/lzlib/lzlib.mk12
2 files changed, 22 insertions, 0 deletions
diff --git a/package/lzlib/Config.in b/package/lzlib/Config.in
new file mode 100644
index 000000000..d2b481867
--- /dev/null
+++ b/package/lzlib/Config.in
@@ -0,0 +1,10 @@
+config BR2_PACKAGE_LZLIB
+ bool "lzlib"
+ select BR2_PACKAGE_ZLIB
+ depends on BR2_PACKAGE_HAS_LUA_INTERPRETER
+ help
+ This package provides a library to access zlib library
+ functions and also to read/write gzip files using an
+ interface similar to the base io package.
+
+ http://luaforge.net/projects/lzlib/
diff --git a/package/lzlib/lzlib.mk b/package/lzlib/lzlib.mk
new file mode 100644
index 000000000..24208ba61
--- /dev/null
+++ b/package/lzlib/lzlib.mk
@@ -0,0 +1,12 @@
+#############################################################
+#
+# lzlib
+#
+#############################################################
+
+LZLIB_VERSION = 0.4.work3-1
+LZLIB_SUBDIR = lzlib-0.4-work3
+LZLIB_DEPENDENCIES = zlib
+LZLIB_LICENSE = MIT
+
+$(eval $(luarocks-package))