wok annotate libetpan/receipt @ rev 22922

updated harfbuzz packages (2.3.1 -> 2.6.4)
author Hans-G?nter Theisgen
date Wed Feb 26 07:17:21 2020 +0100 (2020-02-26)
parents 3132d67b7e38
children 392544512bc6
rev   line source
erjo@1265 1 # SliTaz package receipt.
erjo@1265 2
erjo@1265 3 PACKAGE="libetpan"
mojo@20051 4 VERSION="1.8"
pascal@1423 5 CATEGORY="misc"
Hans-G?nter@22917 6 SHORT_DESC="Mail library."
erjo@1265 7 MAINTAINER="erjo@slitaz.org"
pascal@15472 8 LICENSE="BSD"
Hans-G?nter@22917 9 WEB_SITE="https://www.etpan.org/libetpan.html"
Hans-G?nter@22917 10
mojo@20051 11 TARBALL="$VERSION.tar.gz"
mojo@20051 12 WGET_URL="https://github.com/dinhviethoa/libetpan/archive/$TARBALL"
erjo@1265 13
Hans-G?nter@22917 14 DEPENDS="expat gcc-lib-base gnutls libcurl libdb libsasl libgnutls
Hans-G?nter@22917 15 openssl zlib"
Hans-G?nter@22917 16 BUILD_DEPENDS="autoconf automake expat-dev gnutls-dev libgnutls libtool"
pascal@15472 17
erjo@1265 18 # Rules to configure and make the package.
erjo@1265 19 compile_rules()
erjo@1265 20 {
Hans-G?nter@22917 21 ./autogen.sh \
Hans-G?nter@22917 22 --with-openssl=no \
Hans-G?nter@22917 23 --with-gnutls=yes \
mojo@20051 24 $CONFIGURE_ARGS &&
pascal@1777 25 make &&
pascal@15472 26 make DESTDIR=$DESTDIR install
erjo@1265 27 }
erjo@1265 28
erjo@1265 29 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@1265 30 genpkg_rules()
erjo@1265 31 {
erjo@1265 32 mkdir -p $fs/usr/lib
Hans-G?nter@22917 33 cp -a $install/usr/lib/*.so* $fs/usr/lib
erjo@1265 34 }