# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit autotools DESCRIPTION="A date/time test tool." HOMEPAGE="http://www.hornby.dsl.pipex.com/dateshift/" SRC_URI="http://www.hornby.dsl.pipex.com/dateshift/${P}.tar.gz" LICENSE="GPL" SLOT="0" KEYWORDS="~x86" src_compile() { econf || die "econf failed" make || die "make failed" } src_install() { make DESTDIR=${D} install || die "install failed" }