1 # Maintainer: morendi <kracette at gmail dot com>
6 pkgdesc="A simple command-line utility for interfacing with MPD and Last.fm"
8 url="http://morendi.github.com/lastfm-mpd-cli/"
10 depends=('python2' 'pylast' 'mpc' 'baker')
11 source=(http://morendi.github.com/lastfm-mpd-cli/$pkgname-$pkgver.tar.gz)
12 md5sums=('275349b33195e053f4bc63fc3ac187e2')
17 sed 's|#!/usr/bin/python|#!/usr/bin/env python2|g' -i ${pkgname}.py
18 install -Dm755 "${pkgname}.py" "${pkgdir}/usr/bin/${pkgname}"
19 install -Dm644 "${pkgname}.rc" "${pkgdir}/etc/${pkgname}.rc"