summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Matteo Bernardini2019-08-19 17:30:59 +0200
committer Willy Sudiarto Raharjo2019-08-24 03:24:04 +0200
commitd042090755e79d381ca938c65d1faedf2cb46954 (patch)
tree0ebf090cca6cefee9ac5ef88e4f516b2c614c796
parenta545241aee3c376aa22c1c6182644e8e8385e771 (diff)
downloadslackbuilds-d042090755e79d381ca938c65d1faedf2cb46954.tar.gz
libraries/quazip: Updated for version 0.8.1.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r--libraries/quazip/quazip.SlackBuild25
-rw-r--r--libraries/quazip/quazip.info8
2 files changed, 15 insertions, 18 deletions
diff --git a/libraries/quazip/quazip.SlackBuild b/libraries/quazip/quazip.SlackBuild
index 159dddc450..55ed195667 100644
--- a/libraries/quazip/quazip.SlackBuild
+++ b/libraries/quazip/quazip.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=quazip
-VERSION=${VERSION:-0.5.1}
+VERSION=${VERSION:-0.8.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -65,10 +65,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
+ -o -perm 511 \) -exec chmod 755 {} \; -o \
+ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
mkdir build
cd build
@@ -77,22 +77,19 @@ cd build
-DCMAKE_C_FLAGS="${SLKCFLAGS}" \
-DCMAKE_INSTALL_PREFIX="/usr" \
-DLIB_SUFFIX=${LIBDIRSUFFIX} \
+ -DBUILD_WITH_QT4=1 \
..
-
make VERBOSE=1
make install DESTDIR=$PKG
cd ..
-mkdir -p $PKG/usr/doc
-cp -a doc $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a \
- NEWS.txt COPYING README.txt \
- $PKG/usr/doc/$PRGNAM-$VERSION
-cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
-
-find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
+find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
+mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a NEWS.txt COPYING *.md $PKG/usr/doc/$PRGNAM-$VERSION
+cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
+
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
diff --git a/libraries/quazip/quazip.info b/libraries/quazip/quazip.info
index 59456a3ae7..c16462c608 100644
--- a/libraries/quazip/quazip.info
+++ b/libraries/quazip/quazip.info
@@ -1,8 +1,8 @@
PRGNAM="quazip"
-VERSION="0.5.1"
-HOMEPAGE="http://quazip.sourceforge.net/"
-DOWNLOAD="http://downloads.sourceforge.net/quazip/quazip-0.5.1.tar.gz"
-MD5SUM="eec6b9b6f19654230dfcd158f29ea9d0"
+VERSION="0.8.1"
+HOMEPAGE="https://github.com/stachenov/quazip"
+DOWNLOAD="https://github.com/stachenov/quazip/archive/v0.8.1/quazip-0.8.1.tar.gz"
+MD5SUM="0161c679b1d32c289dab2f96c81354aa"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""