1 # Contributor: wido <widomaker2k7@gmail.com>
2 # Maintainer: Luca Bennati <lucak3 AT gmail DOT com>
7 pkgdesc="An internet radio browser"
9 url="http://sourceforge.net/projects/streamtuner2"
11 depends=('python2' 'pygtk' 'libglade' 'pyxdg' 'python-imaging' 'python-keybinder' 'python-lxml')
12 makedepends=('libarchive')
13 conflicts=('streamtuner')
14 source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.rpm")
15 md5sums=('e080be5bf510dc32be75686d1ac50a7a')
19 bsdcpio -id -I "${srcdir}/${pkgname}-${pkgver}.rpm"
21 sed -i 's:^#!.*/usr/bin/env.*python:#!/usr/bin/env python2:' "${pkgdir}/usr/bin/streamtuner2"
24 # vim:set ts=2 sw=2 et: