# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="DDCControl monitor database" HOMEPAGE="http://ddccontrol.sourceforge.net/" SRC_URI="mirror://sourceforge/ddccontrol/ddccontrol-db-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" src_compile() { econf || die "econf failed" # Touch db/options.xml.h, so it is not rebuilt touch db/options.xml.h } src_install() { make DESTDIR=${D} install || die }