wok annotate libetpan/receipt @ rev 23279

updated pciids (20150414 -> 20200329)
author Hans-G?nter Theisgen
date Sun Mar 29 09:58:57 2020 +0100 (2020-03-29)
parents 97413705f68c
children 5ea0ce1cecc0
rev   line source
erjo@1265 1 # SliTaz package receipt.
erjo@1265 2
erjo@1265 3 PACKAGE="libetpan"
Hans-G?nter@23024 4 VERSION="1.9.4"
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@23024 14 DEPENDS="expat gcc-lib-base gnutls libcurl libdb libgnutls libsasl
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 }