Commit a8221ff7 authored by Seblu's avatar Seblu
Browse files

up


git-svn-id: https://seblu.net/s/archpkg@223 02741741-5192-46b8-8916-7152b19231d9
parent 336ece93
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
@@ -2,25 +2,23 @@

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

package() {
  cd $prjname-$pkgver
  # fix buggy tarball
  touch README.rst
  python2 setup.py install --root="$pkgdir"

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

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