aboutsummaryrefslogtreecommitdiffstats
path: root/community/gmime/APKBUILD
blob: d8db5854907da4b96f8166f9aea43494f47bfd2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Contributor: Rasmus Thomsen <oss@cogitri.dev>
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=gmime
pkgver=3.2.7
pkgrel=0
pkgdesc="Glorious MIME Utility Library"
url="https://github.com/jstedfast/gmime"
arch="all"
license="LGPL-2.1-or-later"
makedepends="glib-dev gpgme-dev libnsl-dev libidn2-dev vala gobject-introspection-dev"
options="!check" # https://github.com/jstedfast/gmime/issues/63
subpackages="$pkgname-static $pkgname-dev $pkgname-doc"
source="https://download.gnome.org/sources/gmime/${pkgver%.*}/gmime-$pkgver.tar.xz"

build() {
	./configure \
		--build=$CBUILD \
		--host=$CHOST \
		--prefix=/usr \
		--sysconfdir=/etc \
		--enable-vala
	make
}

check() {
	make check
}

package() {
	make DESTDIR="$pkgdir" install
}

sha512sums="2c8fecd6eb74c9e956c419ce111bef6280916ea3756a534b6b800a273f0fff260717cda7fefd4bd4c6ddb27973112ec6e73fa971fa74bb9aa04cfe587d45f10b  gmime-3.2.7.tar.xz"