# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="5" inherit eutils autotools git-2 #EGIT_REPO_URI="http://cgit.freedesktop.org/xorg/app/edid-decode.git" EGIT_REPO_URI="git://anongit.freedesktop.org/xorg/app/edid-decode" DESCRIPTION="Edid decoder" HOMEPAGE="http://cgit.freedesktop.org/xorg/app/edid-decode" LICENSE="LGPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="sys-libs/glibc" src_compile() { emake } src_install() { dobin edid-decode doman edid-decode.1 }