summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2008-06-19 00:27:21 +0000
committerBen de Groot <yngwin@gentoo.org>2008-06-19 00:27:21 +0000
commit81409d422c29d3b2a8cd9c49177e5106196d9e46 (patch)
treed03f30d901e3b4f753a55964fe22b593ee14f64d /x11-themes/smplayer-themes/smplayer-themes-0.1.16.ebuild
parentStable on amd64 wrt bug #225813. (diff)
downloadgentoo-2-81409d422c29d3b2a8cd9c49177e5106196d9e46.tar.gz
gentoo-2-81409d422c29d3b2a8cd9c49177e5106196d9e46.tar.bz2
gentoo-2-81409d422c29d3b2a8cd9c49177e5106196d9e46.zip
Version bump
(Portage version: 2.2_pre8/cvs/Linux 2.6.25-hh5 i686)
Diffstat (limited to 'x11-themes/smplayer-themes/smplayer-themes-0.1.16.ebuild')
-rw-r--r--x11-themes/smplayer-themes/smplayer-themes-0.1.16.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/x11-themes/smplayer-themes/smplayer-themes-0.1.16.ebuild b/x11-themes/smplayer-themes/smplayer-themes-0.1.16.ebuild
new file mode 100644
index 000000000000..d964702a792c
--- /dev/null
+++ b/x11-themes/smplayer-themes/smplayer-themes-0.1.16.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/smplayer-themes/smplayer-themes-0.1.16.ebuild,v 1.1 2008/06/19 00:27:21 yngwin Exp $
+
+DESCRIPTION="Icon themes for smplayer"
+HOMEPAGE="http://smplayer.sourceforge.net/"
+SRC_URI="mirror://sourceforge/smplayer/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
+IUSE=""
+DEPEND=""
+RDEPEND="media-video/smplayer"
+
+# Override it as default will call make that will catch the install target...
+src_compile() {
+ return
+}
+
+src_install() {
+ insinto /usr/share/smplayer
+ doins -r themes || die "Failed to install themes"
+ dodoc Changelog README.txt
+}