add old ebuilds from svn ub0rlay
[ub0rlay.git] / x11-misc / read-edid / read-edid-2.0.0.ebuild
blob30a782fd6b72ed3eace4e5c10603ed350a5665ee
1 # Copyright 1999-2008 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: Exp $
5 inherit autotools eutils
7 DESCRIPTION="program that can get information from a pnp monitor."
8 HOMEPAGE="http://polypux.org/projects/read-edid/"
9 SRC_URI="http://polypux.org/projects/read-edid/${P}.tar.gz"
11 LICENSE="GPL-2"
12 SLOT="0"
13 KEYWORDS="alpha amd64 ppc ~sparc x86"
14 IUSE=""
15 DEPEND="dev-libs/libx86"
17 src_unpack() {
18 unpack ${A}
19 cd "${S}"
20 eautoreconf
23 src_install() {
24 emake DESTDIR="${D}" install || die "emake install failed."
25 dodoc AUTHORS ChangeLog NEWS README