#Maintainer: Xyne pkgname=mimeo pkgver=2011.06.23.2 pkgrel=1 pkgdesc="Open files using MIMEtype associations." depends=('python2' 'file') optdepends=('mime-types: for more MIME-types') arch=('any') license=('GPL') url="http://xyne.archlinux.ca/projects/${pkgname}" source=(http://xyne.archlinux.ca/src/${pkgname}-${pkgver}.tar.gz) md5sums=('70d4ad34f1e216765d6061d4a2f37e61') build() { cd "$srcdir/$pkgname" python2 setup.py install --root="$pkgdir"/ --optimize=1 install -D -m755 "$pkgname" "$pkgdir/usr/bin/$pkgname" } # vim: set ts=2 sw=2 et: