updated on Tue Jan 10 00:10:07 UTC 2012
[aur-mirror.git] / pyxis / PKGBUILD
blobec7767243c6181e77929fd1f11038dba16523157
1 # Contributor: Corey Ling <kasuko@gmail.com>
3 pkgname=pyxis
4 pkgver=0.2.3
5 pkgrel=1
6 pkgdesc="SIRIUS/XM Internet Radio Player for Command Line"
7 url="http://www.ionshard.com/pyxis"
8 arch=(i686 x86_64)
9 license=('GPL')
10 depends=('python-beautifulsoup' 'mplayer' 'python2')
11 makedepends=('python2' 'setuptools')
12 optdepends=('python-notify: for OSD notifications')
13 conflicts=()
14 replaces=()
15 backup=()
16 options=(!emptydirs)
17 install=
18 source=( "https://github.com/Kasuko/pyxis/tarball/v$pkgver" "python2.patch" )
20 build() {
21         cd $srcdir/Kasuko-pyxis*
22         patch -p0 < ../../python2.patch
23         python2 setup.py install --root=$pkgdir
26 md5sums=('b2f42dc7bb5e2a0a6c0ef0ff6f327790'
27          '3096a832aac9e155cd21e2d108168516')