summaryrefslogtreecommitdiff
path: root/x11-themes/redcore-artwork-community/redcore-artwork-community-1706.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-06-26 04:59:20 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-06-26 04:59:20 +0100
commit7ab7c71bdfc9c55c7380906f07ab78eef9b4a69e (patch)
tree40b3a4c3dc31465090731cbd6a260e7d6e72f2ec /x11-themes/redcore-artwork-community/redcore-artwork-community-1706.ebuild
parentc3019da33997dcc74c0213bbeb1521387292b55a (diff)
bump to v1706
Diffstat (limited to 'x11-themes/redcore-artwork-community/redcore-artwork-community-1706.ebuild')
-rw-r--r--x11-themes/redcore-artwork-community/redcore-artwork-community-1706.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/x11-themes/redcore-artwork-community/redcore-artwork-community-1706.ebuild b/x11-themes/redcore-artwork-community/redcore-artwork-community-1706.ebuild
new file mode 100644
index 00000000..e5a2233f
--- /dev/null
+++ b/x11-themes/redcore-artwork-community/redcore-artwork-community-1706.ebuild
@@ -0,0 +1,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://mirror.math.princeton.edu/pub/redcorelinux/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
+}