# HG changeset patch # User Aleksej Bobylev # Date 1541490248 -7200 # Node ID bc88e36553d687514973999956bfcd621e0983d2 # Parent 5771cee9ebb69989f77e03e327482147154ece6a Update Alpine diff -r 5771cee9ebb6 -r bc88e36553d6 alpine/receipt --- a/alpine/receipt Mon Nov 05 01:38:46 2018 +0200 +++ b/alpine/receipt Tue Nov 06 09:44:08 2018 +0200 @@ -1,16 +1,16 @@ # SliTaz package receipt v2. PACKAGE="alpine" -VERSION="2.21.999" -HASH="349642a84039a4b026513c32a3b4f8594acd50df" +VERSION="2.21.9999" +HASH="d3e6f3932f2af9deca8eed09e30a55e9bd524362" CATEGORY="network" SHORT_DESC="Fast, easy to use email client" MAINTAINER="paul@slitaz.org" LICENSE="Apache" -WEB_SITE="http://www.washington.edu/alpine/" +WEB_SITE="http://alpine.x10host.com/alpine/" TARBALL="$PACKAGE-$HASH.tar.gz" -WGET_URL="http://repo.or.cz/alpine.git/snapshot/$HASH.tar.gz" +WGET_URL="https://repo.or.cz/alpine.git/snapshot/$HASH.tar.gz" BUILD_DEPENDS="openssl-dev pam-dev ncurses-dev gfortran gettext-dev \ hunspell-dev" @@ -29,5 +29,6 @@ genpkg_rules() { copy @std DEPENDS="ncurses openssl pam" + SUGGESTED="hunspell" TAGS="mail client" } diff -r 5771cee9ebb6 -r bc88e36553d6 re-alpine/receipt --- a/re-alpine/receipt Mon Nov 05 01:38:46 2018 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,31 +0,0 @@ -# SliTaz package receipt v2. - -PACKAGE="re-alpine" -VERSION="2.03" -CATEGORY="network" -SHORT_DESC="Continuation of Alpine, text-based email client" -MAINTAINER="paul@slitaz.org" -LICENSE="Apache" -WEB_SITE="https://sourceforge.net/projects/re-alpine/" - -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" - -BUILD_DEPENDS="openssl-dev pam-dev openldap-dev cyrus-sasl-dev libldap krb5-dev" - -compile_rules() { - touch libtoolT # configure wan't to remove it... - - ./configure \ - --with-ssl-dir=/usr \ - $CONFIGURE_ARGS && - fix libtool && - make && - make install -} - -genpkg_rules() { - copy @std - DEPENDS="openssl pam libldap libsasl ncurses libkrb5 libcomerr3" - TAGS="mail client" -}