Advertisement
cloudhackix

games-engines/love/love-9999.ebuild

Mar 4th, 2012
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. # Copyright 1999-2010 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. # $Header: $
  4.  
  5. EAPI=2
  6.  
  7. inherit games mercurial autotools
  8.  
  9. DESCRIPTION="An unquestionably awesome 2D game engine"
  10. HOMEPAGE="http://love2d.org/"
  11. EHG_REPO_URI="https://bitbucket.org/rude/${PN}"
  12.  
  13. LICENSE="ZLIB"
  14. SLOT="0"
  15. KEYWORDS="~amd64 ~x86"
  16. IUSE="luajit"
  17.  
  18. DEPEND="dev-games/physfs
  19. media-libs/devil
  20. media-libs/libsdl[joystick]
  21. media-libs/sdl-sound
  22. luajit? ( dev-lang/luajit )
  23. !luajit? ( dev-lang/lua )
  24. media-libs/openal
  25. media-libs/libmng
  26. media-libs/libmodplug
  27. >=media-libs/freetype-2
  28. media-sound/mpg123
  29. media-libs/openal
  30. media-libs/tiff
  31. media-libs/libvorbis"
  32. RDEPEND="${DEPEND}"
  33.  
  34. S=${WORKDIR}/${PN}-HEAD
  35.  
  36. src_prepare() {
  37. cd ${WORKDIR}/${PN}-HEAD
  38. platform/unix/automagic
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement