summaryrefslogtreecommitdiffstats
path: root/main/mailcap/APKBUILD
blob: 83088eb6d08d26f928ca223d7e7f8e91c9de46e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=mailcap
pkgver=2.1.48
pkgrel=0
pkgdesc="Helper application and MIME type associations for file types"
url="http://git.fedorahosted.org/git/mailcap.git"
arch="noarch"
license="Public-Domain and MIT"
subpackages="$pkgname-doc"
source="https://releases.pagure.org/$pkgname/$pkgname-$pkgver.tar.xz"
builddir="$srcdir/$pkgname-$pkgver"

package() {
	cd "$builddir"

	make install DESTDIR="$pkgdir" || return 1
	rm -Rf "$pkgdir"/etc/nginx
}

sha512sums="a79604b732ebb415673d0e04cfc2a1a98f129cb63e14fa615299bdc367ce106bafef52e9f98167f07acfe7883de76fdab657460b84aafc583b67b538c4671c64  mailcap-2.1.48.tar.xz"