pylotro-0.1.11

Opublikowany: 27.01.2010

Program do uruchamiania gier Lord of the Rings Online i Dungeons & Dragons Online.

Strona projektu: Lotro Linux

To jest ebuild dla programu uruchamiającego klienta gier Lord Of The Rings OnLine i Dungenons and Dragons OnLine.

Napisałem ten ebuild aby móc grać w moją ulubioną grę na moim ulubionym systemie. Ten ebuild jest dostępny w systemie obsługi błedów gentoo, wgrałem go tutaj.

Musisz należeć do grupy games aby używać tego programu. Wykonaj:

gpasswd -a your_user games

Aby dowiedzieć się więcej jak uruchomić grę używając wine lub crossover odwiedź raport gry na crossover lub raport gry na wine.

Aby wykorzystać ten ebuild wykonaj następujące polecenia w terminalu:

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

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

Oto lista wszystkich wersji ebuilda pylotro jakie możesz znaleźć w moim overlay'u: