Commit 4d6d9f8b authored by Seblu's avatar Seblu
Browse files

Remove deefuzzer

parent 0836d171
Loading
Loading
Loading
Loading

deefuzzer/PKGBUILD

deleted100644 → 0
+0 −24
Original line number Diff line number Diff line
# Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org>

prjname=DeeFuzzer
pkgname=deefuzzer
pkgver=0.6.4
pkgrel=1
pkgdesc='Easy and instant media streaming tool'
arch=('any')
url='http://pypi.python.org/pypi/DeeFuzzer/'
license=('custom:CeCILL')
depends=('python2-distribute' 'python2-shout' 'mutagen' 'python-pycurl')
optdepends=('python2-twitter' 'python-tinyurl' 'python-pyliblo')
source=("http://pypi.python.org/packages/source/D/$prjname/$prjname-$pkgver.tar.gz")
md5sums=('266a8b9dda22a44c53738a00e02b0165')

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: