# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Program to view and manage the contents of a wine cellar" HOMEPAGE="http://xcave.free.fr/" SRC_URI="http://xcave.free.fr/download/${P}.tar.gz" LICENSE="GPL-2" KEYWORDS="x86" IUSE="" DEPEND=" >=x11-libs/gtk+-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 }