🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324252627282930313233
pkgname: gmime3
pkgver: '3.2.15'
pkgrel: '2'
pkgdesc: A C/C++ MIME creation and parser library with support for S/MIME, PGP, and Unix mbox spools
url: 'https://github.com/jstedfast/gmime'
arch: x86_64
depends: []
makedepends:
- glib
- gpgme
- zlib
- libidn2
- gobject-introspection
- gtk-doc
- git
- vala
source:
- 'https://github.com/jstedfast/gmime/archive/${pkgver}.tar.gz'
sha256sums:
- 06662db189ce56782c23c7c4adfebfa512350c2fa9514f0d551df42c7f940076
build: |
cd gmime-${pkgver}
sed -i '/AM_INIT_AUTOMAKE/s/]/ foreign]/' configure.ac
autoreconf -fvi
./configure --prefix=/usr \
--program-prefix=$pkgname \
--enable-gtk-doc \
--enable-smime \
--disable-largefile \
--disable-static
make DESTDIR=${PKGDIR} install
package: |
true