mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-07 06:17:14 +02:00
testing/mailcap: new aport
Helper application and MIME type associations for file types http://git.fedorahosted.org/git/mailcap.git
This commit is contained in:
parent
86bcd35afb
commit
a1d3965f1a
36
testing/mailcap/APKBUILD
Normal file
36
testing/mailcap/APKBUILD
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||||
|
pkgname=mailcap
|
||||||
|
pkgver=2.1.40
|
||||||
|
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="f5141974b3f3a74ffdf0a2bfdfb81d03 mailcap-2.1.40.tar.xz"
|
Loading…
Reference in New Issue
Block a user