mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-03 07:42:10 +01:00
39 lines
1.0 KiB
Plaintext
39 lines
1.0 KiB
Plaintext
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
|
pkgname=mailcap
|
|
pkgver=2.1.44
|
|
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"
|
|
depends=""
|
|
depends_dev=""
|
|
makedepends="$depends_dev"
|
|
install=""
|
|
subpackages="$pkgname-doc"
|
|
source="https://fedorahosted.org/released/mailcap/mailcap-$pkgver.tar.xz"
|
|
|
|
_builddir="$srcdir"/mailcap-$pkgver
|
|
prepare() {
|
|
local i
|
|
cd "$_builddir"
|
|
for i in $source; do
|
|
case $i in
|
|
*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
|
|
esac
|
|
done
|
|
}
|
|
|
|
build() {
|
|
cd "$_builddir"
|
|
}
|
|
|
|
package() {
|
|
cd "$_builddir"
|
|
make install DESTDIR="$pkgdir"
|
|
}
|
|
|
|
md5sums="2bd79106ed2ee98d3797d4e4cd017fcc mailcap-2.1.44.tar.xz"
|
|
sha256sums="80fe94c34286379a5a72f23f9e2c7364cb33c3083bdc9dbd034c2eebd4db4472 mailcap-2.1.44.tar.xz"
|
|
sha512sums="ad1af42d6d3709f526b887bb0e21f34610bed5bc73412ce8a1c2d5427fd9a1b6c67f7a67034e10f603444d2f033d8ee925618ca72426e21436719e1ac469626c mailcap-2.1.44.tar.xz"
|