summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2017-05-16 17:07:22 +0200
committerPatrice Clement <monsieurp@gentoo.org>2017-05-17 11:40:42 +0200
commitdcbd7ce5e3b85fcf85d2cc1b33e4b290259e1a1b (patch)
treebc9aed587a102fb064b283383dcd91c129735d8c /x11-misc/sct/sct-0.4.ebuild
parentnet-print/cups-filters: Removed old. (diff)
downloadgentoo-dcbd7ce5e3b85fcf85d2cc1b33e4b290259e1a1b.tar.gz
gentoo-dcbd7ce5e3b85fcf85d2cc1b33e4b290259e1a1b.tar.bz2
gentoo-dcbd7ce5e3b85fcf85d2cc1b33e4b290259e1a1b.zip
x11-misc/sct: version bump.
Package-Manager: Portage-2.3.5, Repoman-2.3.1
Diffstat (limited to 'x11-misc/sct/sct-0.4.ebuild')
-rw-r--r--x11-misc/sct/sct-0.4.ebuild30
1 files changed, 30 insertions, 0 deletions
diff --git a/x11-misc/sct/sct-0.4.ebuild b/x11-misc/sct/sct-0.4.ebuild
new file mode 100644
index 000000000000..27cb847d084a
--- /dev/null
+++ b/x11-misc/sct/sct-0.4.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Set color temperature of the screen"
+HOMEPAGE="https://www.umaxx.net/"
+SRC_URI="https://www.umaxx.net/dl/${P}.tar.gz"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="x11-libs/libXrandr"
+RDEPEND="${DEPEND}"
+
+DOCS=( README )
+
+src_prepare() {
+ default
+ sed \
+ -e 's:_BSD_SOURCE:_DEFAULT_SOURCE:g' \
+ -i Makefile || die
+}
+
+src_install() {
+ dobin "${PN}"
+ doman "${PN}.1"
+ einstalldocs
+}