# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /home/cvsroot/gentoo-x86/x11-misc/metacity-setup/metacity-setup-0.6.1.ebuild,v 1.2 2002/08/14 23:44:15 murphy Exp $ inherit gnome2 DESCRIPTION="a setup program for metacity" HOMEPAGE="http://sourceforge.net/projects/metacity-setup/" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 sparc sparc64 ppc" DEPEND="x11-wm/metacity =x11-libs/gtk+-2.0* =dev-libs/glib-2.0* gnome-base/libgnomeui" RDEPEND="${DEPEND}" SRC_URI="mirror://sourceforge/metacity-setup/${P}.tar.gz" S=${WORKDIR}/${P} DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README" src_unpack() { #seems that the author has some clock problem here cd ${WORKDIR} unpack ${P}.tar.gz cd ${S} find -exec touch {} \; }