libraries/quazip: Updated for version 0.8.1.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2019-08-19 17:30:59 +02:00 committed by Willy Sudiarto Raharjo
parent a545241aee
commit d042090755
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 15 additions and 18 deletions

View file

@ -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

View file

@ -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=""