initial import
This commit is contained in:
33
mailcap/PKGBUILD
Normal file
33
mailcap/PKGBUILD
Normal file
@@ -0,0 +1,33 @@
|
||||
# Maintainer: Jesus E. <heckyel@riseup.net>
|
||||
|
||||
pkgname=mailcap
|
||||
pkgver=2.1.53
|
||||
pkgrel=1
|
||||
pkgdesc='Helper application and MIME type associations for file types'
|
||||
url='https://pagure.io/mailcap'
|
||||
arch=('any')
|
||||
license=('Expat')
|
||||
makedepends=('python')
|
||||
provides=(mime-types)
|
||||
conflicts=(mime-types)
|
||||
replaces=(mime-types)
|
||||
backup=('etc/mailcap'
|
||||
'etc/mime.types'
|
||||
'etc/nginx/mime.types')
|
||||
source=("${pkgname}-${pkgver}.tar.gz::https://pagure.io/mailcap/archive/r2-1-53/mailcap-r2-1-53.tar.gz")
|
||||
sha512sums=('3f952a031f9e86321a4583dba42fa7778a2821c55fc42b6096cc56c531bc957e50c545ab0d470ab72782eb3815e8278df122e20c1ae532b7bbb55db12e00cb77')
|
||||
|
||||
prepare() {
|
||||
mv ${pkgname}-r2-1-53 ${pkgname}-${pkgver}
|
||||
}
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd $pkgname-$pkgver
|
||||
make DESTDIR="$pkgdir" install
|
||||
install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 COPYING
|
||||
}
|
||||
Reference in New Issue
Block a user