wok diff alpine/receipt @ rev 23501
updated python-jinja2 (2.7 -> 2.11.1)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 06 07:57:27 2020 +0100 (2020-04-06) |
parents | f9ea4a4c7b87 |
children | 5e0488ebbbb5 |
line diff
1.1 --- a/alpine/receipt Mon Apr 29 13:02:07 2019 +0200 1.2 +++ b/alpine/receipt Mon Apr 06 07:57:27 2020 +0100 1.3 @@ -1,29 +1,32 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="alpine" 1.7 -VERSION="2.00" 1.8 +VERSION="2.21" 1.9 CATEGORY="network" 1.10 +TAGS="mail client" 1.11 SHORT_DESC="Fast, easy to use email client." 1.12 MAINTAINER="paul@slitaz.org" 1.13 LICENSE="Apache" 1.14 WEB_SITE="https://repo.or.cz/alpine.git" 1.15 -TARBALL="$PACKAGE.tar.gz" 1.16 -WGET_URL="ftp://ftp.cac.washington.edu/alpine/$TARBALL" 1.17 -TAGS="mail client" 1.18 + 1.19 +TARBALL="$PACKAGE-$VERSION.tar.xz" 1.20 +WGET_URL="http://alpine.x10host.com/$PACKAGE/release/src/$TARBALL" 1.21 + 1.22 +DEPENDS="libssl ncurses pam" 1.23 +BUILD_DEPENDS="ncurses-dev openssl-dev pam-dev" 1.24 + 1.25 #HOST_ARCH="i486 arm" 1.26 1.27 -DEPENDS="libssl pam ncurses" 1.28 -BUILD_DEPENDS="openssl-dev pam-dev ncurses-dev" 1.29 - 1.30 # Rules to configure and make the package. 1.31 compile_rules() 1.32 { 1.33 - ./configure \ 1.34 - --without-tcl \ 1.35 - --without-ldap \ 1.36 - --without-krb5 \ 1.37 + ./configure \ 1.38 + --without-tcl \ 1.39 + --without-ldap \ 1.40 + --without-krb5 \ 1.41 $CONFIGURE_ARGS && 1.42 - make && make DESTDIR=$DESTDIR install 1.43 + make && 1.44 + make DESTDIR=$DESTDIR install 1.45 } 1.46 1.47 # Rules to gen a SliTaz package suitable for Tazpkg.