View difference between Paste ID: S5H23wBS and
SHOW: | | - or go back to the newest paste.
1-
1+
# Maintainer: Piotr Kempa <kosmici-atakuja at wp dot pl>
2
3
pkgname=run-mailcap
4
pkgver=3.51
5
pkgrel=1
6
pkgdesc="The mailcap script from Ubuntu repositories"
7
url="http://packages.ubuntu.com/natty/mime-support"
8
arch=('any')
9
license=('GPL')
10
depends=('perl')
11
conflicts=('mime-support')
12
makedepends=()
13
source=(http://archive.ubuntu.com/ubuntu/pool/main/m/mime-support/mime-support_$pkgver-1ubuntu1.tar.gz)
14
md5sums=('7e450c8c9af7355e10d0e22e21f4c2ff ')
15
16
build() {
17
        install -d -m 0755 $pkgdir/usr/bin
18
        cd $srcdir
19
        tar xaf mime-support_$pkgver-1ubuntu1.tar.gz
20
        install -m 0755 $srcdir/mime-support-$pkgver/run-mailcap $pkgdir/usr/bin/
21
}