# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header$ DESCRIPTION="Program to allow you to view and manage the contents of a wine cellar" HOMEPAGE="http://xcave.free.fr/" SRC_URI="http://xcave.free.fr/compteur/${P}.tar.gz" LICENSE="GPL-2" KEYWORDS="x86" IUSE="" DEPEND="=x11-libs/gtk+-1.2* gnome-base/gnome-libs" DOCS="ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README TODO" src_unpack() { unpack ${A} cd ${S} cp Makefile.am Makefile.am.old sed -e 's#$(DESDIR)#$(D)#' Makefile.am.old >Makefile.am einfo "Running automake to update Makefile.in" automake } src_install() { einstall || die }