# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: S=${WORKDIR}/${P} DESCRIPTION="digital clock dockapp with three different styles." SRC_URI="http://tnemeth.free.fr/projets/programmes/${P}.tar.gz" HOMEPAGE="http://tnemeth.free.fr/projets/dockapps.html" SLOT="0" KEYWORDS="~x86" LICENSE="GPL-2" DEPEND="x11-base/xfree" src_compile() { econf || die "configure failed" emake || die "parallel make failed" } src_install () { einstall || die "make install failed" }