sound-of-sorting-0.6.5.ebuild 435 B

1234567891011121314151617181920
  1. # Copyright 1999-2014 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. inherit games
  5. DESCRIPTION="Visualization and Audibilization of Sorting Algorithms"
  6. HOMEPAGE="http://panthema.net/2013/sound-of-sorting/"
  7. SRC_URI="http://panthema.net/2013/sound-of-sorting/${P}.tar.bz2"
  8. LICENSE="GPL-3"
  9. SLOT="0"
  10. KEYWORDS="~amd64"
  11. IUSE=""
  12. DEPEND="media-libs/libsdl
  13. x11-libs/wxGTK"
  14. RDEPEND="${DEPEND}"