[Lunar-commits] <moonbase-kde> quazip: adding to moonbase, will be an optional_depends for tulip
Dennis Veatch
dennisveatch at bellsouth.net
Thu Nov 13 11:43:31 CET 2014
commit 6e937e9503c2b67cfb3bfe3565cf81b65d8579df
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Thu, 13 Nov 2014 05:42:50 -0500
URL: https://github.com/lunar-linux/moonbase-kde/commit/6e937e9503c2b67cfb3bfe3565cf81b65d8579df
quazip: adding to moonbase, will be an optional_depends for tulip
---
qt4-apps/quazip/BUILD | +6/-0
qt4-apps/quazip/DEPENDS | +2/-0
qt4-apps/quazip/DETAILS | +13/-0
3 files changed, 21 insertions(+)
--- /dev/null
+++ b/qt4-apps/quazip/BUILD
@@ -0,0 +1,6 @@
+
+ . /etc/profile.d/qt4.rc &&
+
+ OPTS+=" -DBUILD_WITH_QT4=ON" &&
+
+ default_cmake_build
--- /dev/null
+++ b/qt4-apps/quazip/DEPENDS
@@ -0,0 +1,2 @@
+depends qt4
+depends minizip
--- /dev/null
+++ b/qt4-apps/quazip/DETAILS
@@ -0,0 +1,13 @@
+ MODULE=quazip
+ VERSION=0.7
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=$SFORGE_URL/quazip/$VERSION
+ SOURCE_VFY=sha1:861ab4efc048fdb272161848bb8829848857ec97
+ MODULE_PREFIX=${QT4_PREFIX:-/usr}
+ WEB_SITE=http://quazip.sourceforge.net/
+ ENTERED=20141112
+ UPDATED=20141112
+ SHORT="C++ wrapper over minizip"
+cat << EOF
+QuaZIP is a simple C++ wrapper over Gilles Vollant's ZIP/UNZIP package that can be used to access ZIP archives.
+EOF
More information about the Lunar-commits
mailing list