mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-21 08:56:44 +02:00
20 lines
602 B
Text
20 lines
602 B
Text
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
|
pkgname=mailcap
|
|
pkgver=2.1.54
|
|
pkgrel=0
|
|
pkgdesc="Helper application and MIME type associations for file types"
|
|
url="https://pagure.io/mailcap"
|
|
arch="noarch"
|
|
license="Public Domain"
|
|
options="!check" # no testsuite
|
|
subpackages="$pkgname-doc"
|
|
source="https://releases.pagure.org/mailcap/mailcap-$pkgver.tar.xz"
|
|
|
|
package() {
|
|
make install DESTDIR="$pkgdir"
|
|
rm -Rf "$pkgdir"/etc/nginx
|
|
}
|
|
|
|
sha512sums="
|
|
a80caba013b644111f163d8ef74fe801d7266cf4edd38ca723f98fb12a103a24e84a8fca0c569beb05ca0f407437ed1282306b30303c38327b744194c6fe80b2 mailcap-2.1.54.tar.xz
|
|
"
|