smplayer-skins-15.2.0.ebuild 520 B

123456789101112131415161718192021222324
  1. # Copyright 1999-2015 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. DESCRIPTION="Skins for SMPlayer"
  5. HOMEPAGE="http://www.smplayer.eu/"
  6. SRC_URI="mirror://sourceforge/smplayer/${P}.tar.bz2"
  7. LICENSE="CC-BY-2.5 CC-BY-SA-2.5 CC-BY-SA-3.0 GPL-2 LGPL-3"
  8. SLOT="0"
  9. KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
  10. IUSE=""
  11. DEPEND=""
  12. RDEPEND="media-video/smplayer"
  13. src_install() {
  14. rm themes/Makefile
  15. insinto /usr/share/smplayer
  16. doins -r themes
  17. dodoc Changelog README.txt
  18. }