Advertisement
Guest User

Hannd

a guest
Oct 24th, 2010
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.65 KB | None | 0 0
  1. # Contributor: Darwin M. Bautista <djclue917@gmail.com>
  2. # Edited by Hannd: python changed to python2
  3.  
  4. pkgname=airpac
  5. pkgver=0.1.2
  6. pkgrel=1
  7. pkgdesc="aria2c wrapper for pacman"
  8. arch=('any')
  9. url="http://www.darwin.uk.to"
  10. license=('GPL')
  11. depends=('aria2>=1.3.0' 'python2>=2.6.0')
  12. backup=('etc/airpac.conf')
  13. install=$pkgname.install
  14. source=(setup.py airpac airpac.py airpac.conf)
  15. md5sums=('549aeb86e9ee5c24706b63afcc08f882'
  16.          '095b4926670bc2cb9c16e0fe0349ae05'
  17.          'ec9f18226bd2d111da8bbddb5ec753ce'
  18.          'bdd6f749670605e621857bd97a4530c0')
  19.  
  20. build() {
  21.   python2 setup.py install --optimize 1 --root=$pkgdir
  22. }
  23.  
  24. # vim:set ts=2 sw=2 et:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement