pkgname: libetpan pkgver: '1.10.1' pkgrel: '1' pkgdesc: A portable middleware for email access url: 'https://www.etpan.org/' arch: x86_64 depends: [] makedepends: - libgcrypt - expat - cyrus-sasl - gnutls - zlib source: - 'https://github.com/dinhviethoa/${pkgname}/archive/${pkgver}.tar.gz' sha256sums: - 87bacdc62661a2a7aa5fe9f1f28d2f7c7a53256633ac5129903916c59f80c4c2 build: | cd ${pkgname}-${pkgver} libtoolize --force --copy aclocal -I m4 autoheader autoconf automake --add-missing \ --foreign \ --force --copy ./configure --prefix=/usr \ --disable-static \ --disable-db \ --with-openssl=no \ --with-gnutls=yes make make DESTDIR=${PKGDIR} install # Obsolet libs rm -f ${PKGDIR}/usr/lib/libetpan.la package: | true