updated on Thu Jan 5 13:17:10 UTC 2012
[aur-mirror.git] / mimeo / PKGBUILD
blob4da882241be490aea463c28eae5b0ee100241e68
1 #Maintainer: Xyne <ac xunilhcra enyx, backwards>
2 pkgname=mimeo
3 pkgver=2011.06.23.2
4 pkgrel=1
5 pkgdesc="Open files using MIMEtype associations."
6 depends=('python2' 'file')
7 optdepends=('mime-types: for more MIME-types')
8 arch=('any')
9 license=('GPL')
10 url="http://xyne.archlinux.ca/projects/${pkgname}"
11 source=(http://xyne.archlinux.ca/src/${pkgname}-${pkgver}.tar.gz)
12 md5sums=('70d4ad34f1e216765d6061d4a2f37e61')
14 build() {
15   cd "$srcdir/$pkgname"
16   python2 setup.py install --root="$pkgdir"/ --optimize=1
17   install -D -m755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
19 # vim: set ts=2 sw=2 et: