wok-next diff davmail/receipt @ rev 21387
updated nfs-utils again (1.3.0 -> 2.4.3)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Apr 17 14:10:17 2020 +0100 (2020-04-17) |
parents | eb8067417980 |
children |
line diff
1.1 --- a/davmail/receipt Sat Nov 30 10:06:29 2013 +0000 1.2 +++ b/davmail/receipt Fri Apr 17 14:10:17 2020 +0100 1.3 @@ -6,24 +6,19 @@ 1.4 SHORT_DESC="POP/IMAP/SMTP/Caldav/Carddav/LDAP Exchange Gateway" 1.5 MAINTAINER="pascal.bellard@slitaz.org" 1.6 LICENSE="GPL2" 1.7 +WEB_SITE="http://davmail.sourceforge.net/" 1.8 + 1.9 TARBALL="$PACKAGE-src-$VERSION.tgz" 1.10 -WEB_SITE="http://davmail.sourceforge.net/" 1.11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.12 1.13 -DEPENDS="java-jre" 1.14 BUILD_DEPENDS="apache-ant java-jdk" 1.15 1.16 -# Rules to configure and make the package. 1.17 -compile_rules() 1.18 -{ 1.19 - cd $src 1.20 +compile_rules() { 1.21 export JAVA_HOME=/usr/lib/jvm/java-icedtea 1.22 ant 1.23 } 1.24 1.25 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.26 -genpkg_rules() 1.27 -{ 1.28 +genpkg_rules() { 1.29 mkdir -p $fs/usr/share/davmail $fs/usr/share/applications \ 1.30 $fs/usr/bin 1.31 cp -a $src/dist/lib $fs/usr/share/davmail 1.32 @@ -33,4 +28,5 @@ 1.33 ln -s /usr/share/davmail/davmail.sh $fs/usr/bin/davmail 1.34 sed -i 's|/bin/bash|/bin/sh|' $fs/usr/share/davmail/davmail.sh 1.35 cp -a $src/dist/davmail.desktop $fs/usr/share/applications 1.36 + DEPENDS="java-jre" 1.37 }