# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit gnome2 eutils DESCRIPTION="Sand-Glass like alarm clock" HOMEPAGE="http://seehuhn.de/comp/sanduhr.html" SRC_URI="http://seehuhn.de/data/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" # This should be checked by someone who knows what she's doing... DEPEND="gnome-base/gnome app-text/scrollkeeper" src_compile() { econf || die "econf failed" emake || die "emake failed" } src_install() { #gnome2_src_install scrollkeeper_localstate_dir=${D}/var/lib/scrollkeeper/ make DESTDIR=${D} install || die #einstall || die }