mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/davmail: Updated for version 4.7.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
792bb5e343
commit
94d1e30897
3 changed files with 11 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for DavMail
|
||||
|
||||
# Copyright (c) 2015 Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com>
|
||||
# Copyright (c) 2015-2017 Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -26,7 +26,7 @@
|
|||
# Modified by Mario Preksavec <mario@slackware.hr>
|
||||
|
||||
PRGNAM=davmail
|
||||
VERSION=${VERSION:-4.7.1}
|
||||
VERSION=${VERSION:-4.7.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -92,6 +92,7 @@ install -Dm755 $CWD/davmail.sh $PKG/usr/share/davmail
|
|||
|
||||
mkdir -p $PKG/install
|
||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
||||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-${VERSION}-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="davmail"
|
||||
VERSION="4.7.1"
|
||||
VERSION="4.7.3"
|
||||
HOMEPAGE="http://davmail.sourceforge.net"
|
||||
DOWNLOAD="http://sourceforge.net/projects/davmail/files/davmail/4.7.1/davmail-linux-x86-4.7.1-2416.tgz"
|
||||
MD5SUM="95ccac520040732e078556b238aa37b9"
|
||||
DOWNLOAD_x86_64="http://sourceforge.net/projects/davmail/files/davmail/4.7.1/davmail-linux-x86_64-4.7.1-2416.tgz"
|
||||
MD5SUM_x86_64="aa4c2d3437046dbce60cdc92839fdb1b"
|
||||
DOWNLOAD="http://sourceforge.net/projects/davmail/files/davmail/4.7.3/davmail-linux-x86-4.7.3-2438.tgz"
|
||||
MD5SUM="ea34d5327a2883eba82d992e1a26abf0"
|
||||
DOWNLOAD_x86_64="http://sourceforge.net/projects/davmail/files/davmail/4.7.3/davmail-linux-x86_64-4.7.3-2438.tgz"
|
||||
MD5SUM_x86_64="ac20a753d295aa54ae89a7f93688f4e7"
|
||||
REQUIRES="jdk"
|
||||
MAINTAINER="Giuseppe Di Terlizzi"
|
||||
EMAIL="giuseppe.diterlizzi@gmail.com"
|
||||
|
|
3
network/davmail/doinst.sh
Normal file
3
network/davmail/doinst.sh
Normal file
|
@ -0,0 +1,3 @@
|
|||
if [ -x /usr/bin/update-desktop-database ]; then
|
||||
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
|
||||
fi
|
Loading…
Reference in a new issue