🔒 Repository is read-only – file editing is disabled.

recipes/utils/libetpan/PAGBUILD.yaml main

39 linii Raw ← Powrót
123456789101112131415161718192021222324252627282930313233343536373839
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