1 # Maintainer: Eddotan <fuzakenaideyo7@gmail.com>
5 pkgdesc="Un asistente de traduccion de anime escrito en Python usando wxPython y las librerias de MplayerCtrl"
9 url="http://code.google.com/p/muffin/"
10 makedepends=(mercurial)
11 depends=(python2 wxpython python-simplejson mplayer)
12 source=("muffin_exec")
13 md5sums=('e1b898490297e4be126fcbd5f62df8df')
15 _repo=https://muffin.googlecode.com/hg/
18 _mpctrl=http://pypi.python.org/packages/source/M/MplayerCtrl/MplayerCtrl-0.3.0.tar.gz#md5=8bede6ffc4a6dc54c7c2b9dffd7d872d
19 _mpctrlpy=MplayerCtrl-0.3.0
24 if [ -d $_repomod ]; then
25 cd $_repomod && hg revert --all && hg pull && hg update
27 hg clone $_repo $_repomod
30 mkdir -p $pkgdir/usr/{share,bin}
32 msg "Copiando libreria necesaria para enlazar muffin con mplayer..."
33 wget $_mpctrl && tar xvfz $_mpctrlpy.tar.gz && cp $_mpctrlpy/MplayerCtrl.py $startdir/src/muffin/src/
35 msg "Copiando archivos y creando enlace..."
36 cp -Rf $startdir/src/muffin/src $pkgdir/usr/share/muffin
37 cp ../muffin_exec $pkgdir/usr/bin/muffin
39 cp $startdir/src/muffin/muffin.desktop $pkgdir/usr/share/muffin
41 chmod 777 $pkgdir/usr/bin/muffin