Added x11-themes/smplayer-themes (icon themes for
[underlay.git] / x11-themes / smplayer-themes / smplayer-themes-0.1.12.ebuild
blob6a31421d14633ac4b9edf4e2064a3b2d3eb1a23b
1 # Copyright 1999-2007 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
5 DESCRIPTION="Icon themes for smplayer"
6 HOMEPAGE="http://smplayer.sourceforge.net/"
7 SRC_URI="http://smplayer.sourceforge.net/en/linux/download/${P}.tar.bz2"
8 RESTRICT="mirror"
10 LICENSE="GPL-2"
11 SLOT="0"
12 KEYWORDS="~amd64 ~x86"
13 IUSE=""
15 DEPEND=""
16 RDEPEND="media-video/smplayer"
18 src_compile() {
19 return
22 src_install() {
23 dodir /usr/share/smplayer/themes
24 insinto /usr/share/smplayer/themes
25 doins -r "${S}"/themes/* || die "Failed to install themes!"