summaryrefslogtreecommitdiff
path: root/x11-themes/redcore-artwork-community/redcore-artwork-community-1.0-r1.ebuild
blob: 78d11302ac9ffe4381350cc2e15b5c6143c1152d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

DESCRIPTION="Redcore Linux Community Wallpapers"
HOMEPAGE="http://redcorelinux.org"
SRC_URI="http://redcorelinux.org/distfiles/${CATEGORY}/${PN}/${PN}-${PV}.tar.xz"

LICENSE=""
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""

DEPEND=""
RDEPEND="${DEPEND}"

src_install() {
	dodir "/usr/share/backgrounds/redcore-community" || die
	insinto "/usr/share/backgrounds/redcore-community" || die
	doins -r "${S}"/* || die
}