blob: 2a67a392a31c6c3e3015771006b8540df921010b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-themes/flatsvg/flatsvg-1.0.ebuild,v 1.7 2006/07/23 00:49:42 flameeyes Exp $
DESCRIPTION="Flat SVG icon set"
SRC_URI="http://www.atqu23.dsl.pipex.com/danny/flatSVG${PV}.tar.gz"
HOMEPAGE="http://www.kde-look.org/content/show.php?content=17158"
KEYWORDS="amd64 sparc x86 ~x86-fbsd"
LICENSE="LGPL-2"
SLOT="0"
IUSE=""
S="${WORKDIR}/FlatSVG"
src_install(){
cd ${S}
dodir "/usr/share/icons/"
cp -rf "${S}" "${D}/usr/share/icons/FlatSVG"
}
|