xcpc-20070122.ebuild 413 B

12345678910111213141516
  1. # Copyright 1999-2016 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. DESCRIPTION="XCPC is a portable Amstrad CPC 464/664/6128 emulator written in C."
  5. HOMEPAGE="http://www.xcpc-emulator.net/doku.php/index"
  6. SRC_URI="http://sourceforge.net/projects/${PN}/files/${PN}/${P}/${P}.tar.gz"
  7. LICENSE="GPL-2"
  8. SLOT="0"
  9. KEYWORDS="~amd64"
  10. IUSE=""
  11. RDEPEND="app-emulation/libdsk"