Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (0681a7816d4ced33312b5820f09b381128e22389)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (0681a7816d4ced33312b5820f09b381128e22389)
  • Date: Mon, 28 Jan 2008 08:35:37 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 5 ++++-
lua-forge/lzlib/BUILD | 1 +
lua-forge/lzlib/DEPENDS | 2 ++
lua-forge/lzlib/DETAILS | 14 ++++++++++++++
lua-forge/lzlib/HISTORY | 2 ++
lua-forge/lzlib/INSTALL | 3 +++
6 files changed, 26 insertions(+), 1 deletion(-)

New commits:
commit 0681a7816d4ced33312b5820f09b381128e22389
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

lzlib: new spell, library to access zlib library functions

diff --git a/ChangeLog b/ChangeLog
index 4d774d7..b49bacb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-01-28 Vlad Glagolev <stealth AT sourcemage.org>
+ * lua-forge/lzlib: new spell, library to access zlib library functions
+
2008-01-27 Ismael Luceno <ismael AT sourcemage.org>
* kernels/linux-uvc: new spell, USB Video Class driver

@@ -5,7 +8,7 @@
* kde-apps/kwave: new spell, a sound editor for KDE

2008-01-27 Vlad Glagolev <stealth AT sourcemage.org>
- * lua-forge/lrexlib: new spell, Lua binding of POSIX and PCRE
+ * lua-forge/lrexlib: new spell, Lua binding of POSIX and PCRE
regular expression libraries

2008-01-26 George Sherwood <george AT beernabeer.com>
diff --git a/lua-forge/lzlib/BUILD b/lua-forge/lzlib/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/lua-forge/lzlib/BUILD
@@ -0,0 +1 @@
+make
diff --git a/lua-forge/lzlib/DEPENDS b/lua-forge/lzlib/DEPENDS
new file mode 100755
index 0000000..5fc7d39
--- /dev/null
+++ b/lua-forge/lzlib/DEPENDS
@@ -0,0 +1,2 @@
+depends lua &&
+depends zlib
diff --git a/lua-forge/lzlib/DETAILS b/lua-forge/lzlib/DETAILS
new file mode 100755
index 0000000..d9a0daa
--- /dev/null
+++ b/lua-forge/lzlib/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=lzlib
+ VERSION=0.3
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=http://luaforge.net/frs/download.php/3059/$SOURCE
+
SOURCE_HASH=sha512:a725150e91ddf80e8649d611245b1da1cea18baaa5cb60c7877664daaef87a5b7320125c38cb71a0a12cfa9ae4b9be89f2f5dbe58c4c327ede1b955eebc74dc2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://luaforge.net/projects/lzlib/
+ LICENSE[0]=MIT
+ ENTERED=20080128
+ SHORT="library to access zlib library functions"
+cat << EOF
+Lzlib provides a library to access zlib library functions and also to
+read/write gzip files using an interface similar to the base io package.
+EOF
diff --git a/lua-forge/lzlib/HISTORY b/lua-forge/lzlib/HISTORY
new file mode 100644
index 0000000..c3fd4b3
--- /dev/null
+++ b/lua-forge/lzlib/HISTORY
@@ -0,0 +1,2 @@
+2008-01-28 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, DETAILS, BUILD, INSTALL: spell created
diff --git a/lua-forge/lzlib/INSTALL b/lua-forge/lzlib/INSTALL
new file mode 100755
index 0000000..1d470fe
--- /dev/null
+++ b/lua-forge/lzlib/INSTALL
@@ -0,0 +1,3 @@
+local LUA=$(installed_version lua)
+
+install -m 755 *.so $INSTALL_ROOT/usr/lib/lua/${LUA%.?}



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (0681a7816d4ced33312b5820f09b381128e22389), Vlad Glagolev, 01/28/2008

Archive powered by MHonArc 2.6.24.

Top of Page