Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Maintainer: hectorlopez <[email protected]>
- pkgname=encuentro
- pkgver=0.9
- pkgrel=9
- pkgdesc="Busque, descargue, y vea el maravilloso contenido ofrecido por el Canal Encuentro. Search, download and see the wonderful content
- ofered by Encuentro (Argentine TV channel)"
- url="http://launchpad.net/encuentro"
- arch=('x86_64')
- depends=('python2' 'python2-mechanize' 'twisted' 'pygtk' 'python2-qt4reactor' 'python2-xdg')
- optdepends=('python2-notify: provides notifications')
- makedepends=('python2-distribute' )
- license=('GPL3')
- source=(https://launchpad.net/encuentro/trunk/0.9.9/+download/encuentro-0.9.9.tar.gz)
- md5sums=('81f315e4a43f90755970fce55ef452c5')
- build() {
- cd $srcdir/encuentro-0.9.9
- python2 setup.py build
- }
- package() {
- cd $srcdir/encuentro-0.9.9
- python2 setup.py install --root="$pkgdir" --optimize=1
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement