Advertisement
Guest User

Untitled

a guest
May 9th, 2014
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. EAPI=5
  2.  
  3. PYTHON_DEPEND="2:2.5"
  4.  
  5. inherit cmake-utils python git-2
  6.  
  7. DESCRIPTION="Daemon that controls how the Linux kernel will spend it's resources on the running processes"
  8. HOMEPAGE="https://github.com/poelzi/ulatencyd/"
  9. SRC_URI=""
  10. EGIT_REPO_URI="git://github.com/poelzi/ulatencyd.git"
  11.  
  12. LICENSE=""
  13. SLOT="0"
  14. KEYWORDS=""
  15.  
  16. IUSE="doc qt4"
  17.  
  18. DEPEND="dev-libs/dbus-glib
  19. || ( dev-lang/lua dev-lang/luajit )
  20. dev-lua/luaposix
  21. dev-python/dbus-python
  22. qt4? ( dev-python/PyQt4[dbus] )
  23. sys-process/procps[static-libs]
  24. "
  25. RDEPEND="${DEPEND}"
  26.  
  27. pkg_setup() {
  28. python_set_active_version 2
  29. python_pkg_setup
  30. }
  31.  
  32. src_install() {
  33. cmake-utils_src_install
  34. newinitd ${FILESDIR}/ulatencyd.init ${PN}
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement