[Lunar-commits] <moonbase-other> minizip: adding to moonbase, will be a depends for chromium

Dennis Veatch dennisveatch at bellsouth.net
Thu Oct 2 18:21:18 CEST 2014


commit 36846d14660c05de67de2733639a62aa66c03eda
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Thu, 02 Oct 2014 12:19:09 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/36846d14660c05de67de2733639a62aa66c03eda

minizip: adding to moonbase, will be a depends for chromium
---
  archive/minizip/BUILD   | +7/-0     
  archive/minizip/DEPENDS | +1/-0     
  archive/minizip/DETAILS | +20/-0    
  3 files changed, 28 insertions(+)

--- /dev/null
+++ b/archive/minizip/BUILD
@@ -0,0 +1,7 @@
+
+  export CFLAGS="$CFLAGS -fPIC"  &&
+
+  cd contrib/minizip &&
+  libtoolize -cfi &&
+  autoreconf -fis &&
+  default_build
--- /dev/null
+++ b/archive/minizip/DEPENDS
@@ -0,0 +1 @@
+depends pkgconfig
--- /dev/null
+++ b/archive/minizip/DETAILS
@@ -0,0 +1,20 @@
+          MODULE=minizip
+         VERSION=1.2.8
+          SOURCE=zlib-$VERSION.tar.gz
+      SOURCE_URL=http://www.zlib.net/current
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/zlib-$VERSION
+      SOURCE_VFY=sha1:a4d316c404ff54ca545ea71a27af7dbc29817088
+        WEB_SITE=http://www.zlib.net
+         ENTERED=20141002
+         UPDATED=20141002
+           SHORT="lossless data compression library"
+
+cat << EOF
+This is the minizip from the contrib section of the zlib tarball. It only installs minizip
+and nothing else.
+
+ Note: This is the zlib from core. There are several apps such as Chromium with their
+ own bundled version. I am not aware of any core modules that can make use of this
+ so figured it would be better to separate the two.
+
+EOF




More information about the Lunar-commits mailing list