Advertisement
Peaceseeker

pylotro PPA PKGBUILD

Aug 29th, 2012
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. # Maintainer: peace4all <markspost at rocketmail dot com>
  2.  
  3. #Thanks to Chris Wesseling https://code.launchpad.net/~chris-wesseling/pylotro/pylotro
  4. #for the special character fix
  5.  
  6. pkgname=pylotro-ppa
  7. pkgver=0.1.15
  8. pkgrel=1
  9. pkgdesc="LOTRO/DDO Launcher (needed to login to Turbine Inc. servers)"
  10. arch=('i386' 'x86_64')
  11. url="https://launchpad.net/~ajackson-bcs/+archive/ppa/"
  12. license=('GPL3')
  13. depends=('openal' 'python2-pyqt')
  14. optdepends=('lib32-openal: audio lib for multilib/wine on x86_64')
  15. source=("http://ppa.launchpad.net/ajackson-bcs/ppa/ubuntu/pool/main/p/pylotro/pylotro_0.1.15precise.tar.gz"
  16. "http://sites.google.com/site/secondhelper75/special_character.patch")
  17. md5sums=('d31458ca85bb743b24edc6cb6bea8235'
  18. '267b2271aa864b36d60a5381b5e65fa6')
  19.  
  20. build() {
  21. /bin/true
  22. }
  23.  
  24. package() {
  25. cd $srcdir/pylotro
  26.  
  27. # Apply patch
  28. patch -Np1 < $srcdir/special_character.patch
  29.  
  30. # Install files
  31. python2 setup.py install --root=$pkgdir
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement