# HG changeset patch # User Hans-G?nter Theisgen # Date 1577542252 -3600 # Node ID 95e831780a4ce2635272703ca507b96559142764 # Parent e53f2d90f7d022963d1ee5daddfda40e98cfd5c6 updated alpine (2.00 -> 2.21) diff -r e53f2d90f7d0 -r 95e831780a4c alpine/receipt --- a/alpine/receipt Sat Dec 28 14:49:21 2019 +0100 +++ b/alpine/receipt Sat Dec 28 15:10:52 2019 +0100 @@ -1,29 +1,32 @@ # SliTaz package receipt. PACKAGE="alpine" -VERSION="2.00" +VERSION="2.21" CATEGORY="network" +TAGS="mail client" SHORT_DESC="Fast, easy to use email client." MAINTAINER="paul@slitaz.org" LICENSE="Apache" WEB_SITE="https://repo.or.cz/alpine.git" -TARBALL="$PACKAGE.tar.gz" -WGET_URL="ftp://ftp.cac.washington.edu/alpine/$TARBALL" -TAGS="mail client" + +TARBALL="$PACKAGE-$VERSION.tar.xz" +WGET_URL="http://alpine.x10host.com/$PACKAGE/release/src/$TARBALL" + +DEPENDS="libssl ncurses pam" +BUILD_DEPENDS="ncurses-dev openssl-dev pam-dev" + #HOST_ARCH="i486 arm" -DEPENDS="libssl pam ncurses" -BUILD_DEPENDS="openssl-dev pam-dev ncurses-dev" - # Rules to configure and make the package. compile_rules() { - ./configure \ - --without-tcl \ - --without-ldap \ - --without-krb5 \ + ./configure \ + --without-tcl \ + --without-ldap \ + --without-krb5 \ $CONFIGURE_ARGS && - make && make DESTDIR=$DESTDIR install + make && + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg.