network/phodav: Updated for version 2.1.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2017-01-24 16:28:08 +01:00 committed by Willy Sudiarto Raharjo
parent f307dea205
commit c3a6ec2592
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 8 additions and 8 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for phodav
# Copyright 2016 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
# Copyright 2016-2017 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=phodav
VERSION=${VERSION:-2.0}
VERSION=${VERSION:-2.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -86,15 +86,15 @@ CXXFLAGS="$SLKCFLAGS" \
make
make install DESTDIR=$PKG
mkdir $PKG/lib
mv $PKG/usr/lib/udev $PKG/lib/
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
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
# We don't use systemd
rm -rf $PKG/usr/lib/systemd/
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View file

@ -1,8 +1,8 @@
PRGNAM="phodav"
VERSION="2.0"
VERSION="2.1"
HOMEPAGE="https://wiki.gnome.org/phodav"
DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/phodav/2.0/phodav-2.0.tar.xz"
MD5SUM="f91d8db3d86fb9e74e03258781be4d2b"
DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/phodav/2.1/phodav-2.1.tar.xz"
MD5SUM="762712ece4cf514e18bf1233be2071e7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""