1 # vim: set ft=sh ts=4 sw=4 noet :
6 pkgdesc="A systray icon and a command line interface for setting the volume of the ALSA Mixers."
8 url="http://software.flogisoft.com/${pkgname}/en/"
10 depends=('python2' 'alsa-lib' 'python-pyalsaaudio')
11 source=("http://projects.flogisoft.com/${pkgname}/download/${pkgname}_${pkgver}_src.tar.gz")
12 md5sums=('59038e18afa94bcf08dc3bec3f19f23a')
15 # changes the shebang line to force the use of /usr/bin/python2
16 # instead of /usr/bin/python
17 /bin/sed -i '1 s/$/2/' "${srcdir}/${pkgname}-${pkgver}/code/alsa_tray.py"
21 cd "${srcdir}/${pkgname}-${pkgver}"
22 ./install.sh --package "${pkgdir}"