# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-misc/videogen/videogen-0.32.ebuild,v 1.13 2010/07/21 15:18:37 ssuominen Exp $ inherit toolchain-funcs DESCRIPTION="Small utility to generate XFree86 modelines and fbset timings" HOMEPAGE="http://www.dynaweb.hu/opensource/videogen/" SRC_URI="http://www.dynaweb.hu/opensource/videogen/download/${P}.tar.gz" IUSE="" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc ppc64 x86" DEPEND=">=sys-apps/sed-4" src_unpack() { unpack ${A} sed -i 's:CFLAGS = :# CFLAGS = :' "${S}"/Makefile sed -i "s:CC = gcc:CC = $(tc-getCC):" "${S}"/Makefile } src_install() { dobin videogen || die doman videogen.1x dodoc BUGS CHANGES README THANKS videogen.sample }