Advertisement
Guest User

ccx2.ebuild

a guest
Jul 15th, 2011
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. # Copyright 1999-2008 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3.  
  4. inherit distutils git
  5.  
  6. DESCRIPTION="console client for the xmms2 music player"
  7. HOMEPAGE="http://palbo.github.com/ccx2/"
  8. EGIT_REPO_URI="git://github.com/palbo/ccx2.git"
  9. SRC_URI=""
  10. LICENSE="BSD"
  11. KEYWORDS="~x86"
  12. SLOT="0"
  13. IUSE=""
  14. RDEPEND="
  15. dev-python/lxml
  16. media-sound/xmms2[python]
  17. "
  18. DEPEND="
  19. $RDEPEND
  20. "
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement