wok-current diff libetpan/receipt @ rev 20241
Remove broadcom-wl64, nvidia64-173xx, nvidia64-96xx
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Mar 09 18:10:50 2018 +0100 (2018-03-09) |
parents | 6c3718ca17b6 |
children | 3132d67b7e38 |
line diff
1.1 --- a/libetpan/receipt Sat Nov 09 17:34:23 2013 +0000 1.2 +++ b/libetpan/receipt Fri Mar 09 18:10:50 2018 +0100 1.3 @@ -1,24 +1,24 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libetpan" 1.7 -VERSION="1.0" 1.8 +VERSION="1.8" 1.9 CATEGORY="misc" 1.10 -SHORT_DESC="Mail librayry" 1.11 +SHORT_DESC="Mail library" 1.12 MAINTAINER="erjo@slitaz.org" 1.13 LICENSE="BSD" 1.14 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 -WEB_SITE="http://libetpan.sourceforge.net/libetpan/index.html" 1.16 -WGET_URL="http://heanet.dl.sourceforge.net/sourceforge/libetpan/$TARBALL" 1.17 +TARBALL="$VERSION.tar.gz" 1.18 +WEB_SITE="https://www.etpan.org/libetpan.html" 1.19 +WGET_URL="https://github.com/dinhviethoa/libetpan/archive/$TARBALL" 1.20 1.21 -DEPENDS="libsasl expat libcurl libdb openssl zlib gcc-lib-base" 1.22 +DEPENDS="libsasl expat libcurl libdb openssl gnutls libgnutls zlib gcc-lib-base" 1.23 +BUILD_DEPENDS="autoconf automake libtool expat-dev gnutls-dev" 1.24 1.25 # Rules to configure and make the package. 1.26 compile_rules() 1.27 { 1.28 - cd $src 1.29 - sed -i 's/--iso-8601=minutes/+%Y-%m-%dT%H:%M%Z/' configure 1.30 - ./configure --prefix=/usr --infodir=/usr/share/info \ 1.31 - --mandir=/usr/share/man $CONFIGURE_ARGS && 1.32 + ./autogen.sh \ 1.33 + --with-openssl=no --with-gnutls=yes \ 1.34 + $CONFIGURE_ARGS && 1.35 make && 1.36 make DESTDIR=$DESTDIR install 1.37 }