summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: c2f4677ef5516189e1546bc769caf2dc9d3f07c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Contributor: Sébastien Luttringer <seblu@aur.archlinux.org>
# Maintainer: max-k <max-k@post.com>

prjname=DeeFuzzer
pkgname=deefuzzer
pkgver=0.7.1
pkgrel=2
pkgdesc='Easy and instant media streaming tool'
arch=('any')
url='http://pypi.python.org/pypi/DeeFuzzer/'
license=('custom:CeCILL')
depends=('python2-shout' 'mutagen' 'python2-pycurl' 'python2-yaml' 'python2-shout')
optdepends=('python2-twitter: Auto twitting #nowplaying tracks'
            'python2-oauth2: Auto twitting #nowplaying tracks'
            'python2-pyliblo: control deefuzzer with any OSC remote')
source=("http://pypi.python.org/packages/source/D/$prjname/$prjname-$pkgver.tar.gz")
md5sums=('59ed358457028e0e9de25ebc1a59258e')

package() {
  cd $prjname-$pkgver
  python2 setup.py install --root="$pkgdir"

  # setup license
  install -D -m 644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}

# vim:set ts=2 sw=2 ft=sh et: