summaryrefslogtreecommitdiff
path: root/media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-05-25 15:22:17 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-05-25 15:22:17 +0100
commit22910f5d14da606bd7f06e19a2f61c5d1a8fc94b (patch)
tree808b5701901fb54b53ec3ecf6f33272e933f3ea6 /media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932-r1.ebuild
parent91c0ec2d7067f6ab1ef578bd9967b32ca07eb502 (diff)
gentoo resync : 25.05.2018
Diffstat (limited to 'media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932-r1.ebuild')
-rw-r--r--media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932-r1.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932-r1.ebuild b/media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932-r1.ebuild
new file mode 100644
index 000000000000..9bd3e4d5753d
--- /dev/null
+++ b/media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PV="$(ver_rs 1 '-')EST"
+MY_P="${PN}-${MY_PV}"
+
+DESCRIPTION="Elle Stone's well-behaved RGB and grey ICC profiles"
+HOMEPAGE="http://ninedegreesbelow.com/photography/lcms-make-icc-profiles.html"
+SRC_URI="https://github.com/ellelstone/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+S="${WORKDIR}/${MY_P}"
+
+src_install() {
+ default
+
+ insinto /usr/share/color/icc/ellestone
+ doins profiles/*.icc
+}