sys-kernel/git-sources: Linux patch 4.17-rc1. Remove old.
[gentoo.git] / x11-themes / flatsvg / flatsvg-1.0.ebuild
1 # Copyright 1999-2010 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 DESCRIPTION="Flat SVG icon set"
5 SRC_URI="http://www.atqu23.dsl.pipex.com/danny/flatSVG${PV}.tar.gz"
6 HOMEPAGE="http://www.kde-look.org/content/show.php?content=17158"
7
8 LICENSE="LGPL-2"
9 SLOT="0"
10 KEYWORDS="amd64 sparc x86 ~x86-fbsd"
11 IUSE=""
12
13 S=${WORKDIR}/FlatSVG
14
15 src_install() {
16         dodir /usr/share/icons
17         cp -rf "${S}" "${D}/usr/share/icons/FlatSVG"
18 }