Commit 262eeca9 authored by Seblu's avatar Seblu
Browse files

up deefuze


git-svn-id: https://seblu.net/s/archpkg@219 02741741-5192-46b8-8916-7152b19231d9
parent 9ccfeced
Loading
Loading
Loading
Loading
+7 −5
Original line number Diff line number Diff line
@@ -2,23 +2,25 @@

prjname=DeeFuzzer
pkgname=deefuzzer
pkgver=0.6
pkgver=0.6.2
pkgrel=1
pkgdesc='Easy and instant media streaming tool'
arch=('any')
url='http://svn.parisson.org/deefuzzer'
url='https://github.com/yomguy/DeeFuzzer'
license=('custom:CeCILL')
depends=('python2-distribute' 'python2-shout')
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=('db136451de5a7c75d8157b9674d334ea')
md5sums=('e9fb183af3d92572985e8e0f5fe4730b')

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: