Advertisement
Guest User

PKGBUILD

a guest
May 14th, 2013
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. # Maintainer: hectorlopez <[email protected]>
  2.  
  3. pkgname=encuentro
  4. pkgver=0.9
  5. pkgrel=9
  6. pkgdesc="Busque, descargue, y vea el maravilloso contenido ofrecido por el Canal Encuentro. Search, download and see the wonderful content
  7. ofered by Encuentro (Argentine TV channel)"
  8. url="http://launchpad.net/encuentro"
  9. arch=('x86_64')
  10. depends=('python2' 'python2-mechanize' 'twisted' 'pygtk' 'python2-qt4reactor' 'python2-xdg')
  11. optdepends=('python2-notify: provides notifications')
  12. makedepends=('python2-distribute' )
  13. license=('GPL3')
  14. source=(https://launchpad.net/encuentro/trunk/0.9.9/+download/encuentro-0.9.9.tar.gz)
  15. md5sums=('81f315e4a43f90755970fce55ef452c5')
  16.  
  17.  
  18. build() {
  19. cd $srcdir/encuentro-0.9.9
  20. python2 setup.py build
  21. }
  22.  
  23. package() {
  24. cd $srcdir/encuentro-0.9.9
  25. python2 setup.py install --root="$pkgdir" --optimize=1
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement