# Copyright 1999-2003 Gentoo Technologies, Inc. # 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.1 2003/10/20 01:08:47 spyderous Exp $ 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="~x86" src_unpack() { unpack ${A} sed -i 's:CFLAGS = :# CFLAGS = :' ${S}/Makefile sed -i "s:CC = gcc:CC = ${CC}:" ${S}/Makefile } src_compile() { emake || die "error while compiling videogen" } src_install() { dobin videogen doman videogen.1x dodoc BUGS CHANGES INSTALL README THANKS videogen.sample }