# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit gnome2 mono DESCRIPTION="Bibtex bibliography database manager" HOMEPAGE="http://bibliographer.homelinux.net" SRC_URI="http://bibliographer.homelinux.net/downloads/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" IUSE="" RDEPEND="dev-lang/mono >=dev-dotnet/gtk-sharp-2.3.90 >=dev-dotnet/gnome-sharp-2.3.90 >=dev-dotnet/gnomevfs-sharp-2.3.90 >=dev-dotnet/glade-sharp-2.3.90 >=dev-dotnet/gconf-sharp-2.3.90 >=gnome-base/gconf-2.0.0 >=gnome-base/gnome-vfs-2.0.0" DEPEND="${RDEPEND} dev-util/pkgconfig" src_unpack() { unpack ${A} cd ${S} } src_compile() { cd ${P} gnome2_src_configure "$@" emake -j1 || die "compile failure" } src_install() { gnome2_src_install "$@" }