summaryrefslogtreecommitdiff
blob: df9c216f3be1a7b0a09ea1b5de988be22f418b69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-themes/sound-theme-freedesktop/sound-theme-freedesktop-0.ebuild,v 1.4 2008/12/17 17:50:40 ranger Exp $

DESCRIPTION="Default freedesktop.org sound theme following the XDG theming specification"
HOMEPAGE="http://www.freedesktop.org/wiki/Specifications/sound-theme-spec"
SRC_URI="http://0pointer.de/public/${PN}.tar.gz"

LICENSE="GPL-2 LGPL-2 CCPL-Attribution-3.0 CCPL-Attribution-ShareAlike-2.0"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc64 ~sparc ~x86"
IUSE=""

DEPEND=""
RDEPEND=""

S="${WORKDIR}/freedesktop"

src_install() {
	local dest="/usr/share/sounds/freedesktop"
	mkdir -p "${D}${dest}"
	mv index.theme stereo "${D}${dest}" || die "Install failed"
	dodoc README || die
}