pylotro-0.1.14

Published: 26.10.2010

Lord of the Rings Online and Dungeons & Dragons Online Luncher.

Project homepage: Lotro Linux

This is ebuild for Lord Of Rings OnLine and Dungenons and Dragons OnLine Linux Luncher.

I wrote this ebuild myself to let me play my favorite game in my favorite system. This ebuild is also availble on gentoo bugs system, I uploaded it here.

You have to be in games group to use this luncher. Just run:

gpasswd -a your_user games

To learn more how to lunch the game using wine or crossover visit crossover game raport or wine game raport.

To use this ebuild run following commands in terminal:

echo "=games-rpg/pylotro-0.1.14" >> /etc/portage/package.keywords
emerge -av =games-rpg/pylotro-0.1.14

View the source of the ebuild
  1. # Copyright 1999-2010 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. # $Header: kardasa $
  4.  
  5. EAPI="3"
  6.  
  7. PYTHON_DEPEND="2:2.5"
  8.  
  9. inherit games distutils
  10.  
  11. DESCRIPTION="Lord of the Rings Online and Dungeons & Dragons Online Luncher"
  12. HOMEPAGE="http://www.lotrolinux.com/"
  13. SRC_URI="http://www.lotrolinux.com/PyLotRO-${PV}.tar.bz2"
  14. LICENSE="GPL-3"
  15. SLOT="0"
  16. KEYWORDS="~amd64 ~x86"
  17. DEPEND="dev-python/PyQt4
  18. dev-python/4suite"
  19.  
  20. RDEPEND="${DEPEND}"
  21.  
  22. python_enable_pyc
  23.  
  24. src_install() {
  25. distutils_src_install
  26. rm "${D}"/usr/bin/pylotro
  27. dogamesbin ${PN} || die "dogamesbin failed"
  28. prepgamesdirs
  29. }
  30.  
  31. pkg_postinst() {
  32. python_mod_optimize PyLotROLauncher
  33. elog "You will need a proper wine or crossover-game"
  34. elog "installation to lunch the game"
  35. elog "more information how to run the games in linux you will find by visiting:"
  36. elog "http://www.codeweavers.com/compatibility/browse/group/?app_parent=4029"
  37. elog "or http://appdb.winehq.org/objectManager.php?sClass=version&iId=14566"
  38. }
  39.  
  40. pkg_postrm(){
  41. python_mod_cleanup PyLotROLauncher
  42. }

Here is the list of all the pylotro ebuild versions that are available in my overlay:



Comments

If you have found something wrong with the information provided above or maybe you just want to speak your mind about it, feel free to leave a comment.
All comments will show up on page after being approved. Sorry for such policy but I want to make sure that my site will be free of abusive or vulgar content. I don't mind being criticized just do it using right words.

Leave a comment