Gentoo-bug: 588452
Closes: https://github.com/gentoo/gentoo/pull/2173
Signed-off-by: David Seifert <soap@gentoo.org>
# $Id$
EAPI=6
-inherit eutils toolchain-funcs
+
+inherit toolchain-funcs
DESCRIPTION="Monica is a Monitor Calibration Tool"
HOMEPAGE="http://freecode.com/projects/monica"
RDEPEND="${DEPEND}
x11-apps/xgamma"
-src_prepare() {
- epatch \
- "${FILESDIR}"/${PN}-3.6-makefile-cleanup.patch \
- "${FILESDIR}"/${P}-gcc44.patch
-
- emake clean
-}
+DOCS=( authors ChangeLog news readme )
+PATCHES=(
+ "${FILESDIR}"/${PN}-3.6-makefile-cleanup.patch
+ "${FILESDIR}"/${P}-gcc44.patch
+)
src_compile() {
emake \
src_install() {
dobin monica
- dodoc authors ChangeLog news readme
+ einstalldocs
}