wok rev 22478

updated alpine (2.00 -> 2.21)
author Hans-G?nter Theisgen
date Sat Dec 28 15:10:52 2019 +0100 (2019-12-28)
parents e53f2d90f7d0
children 0bc3eb46a15a
files alpine/receipt
line diff
     1.1 --- a/alpine/receipt	Sat Dec 28 14:49:21 2019 +0100
     1.2 +++ b/alpine/receipt	Sat Dec 28 15:10:52 2019 +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.