# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ # Maintainer: Link Dupont DESCRIPTION="Drivel is a LiveJournal client for the GNOME desktop." HOMEPAGE="http://sourceforge.net/project/drivel/" SRC_URI="http://unc.dl.sourceforge.net/sourceforge/drivel/drivel-0.8.0.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" DEPEND="virtual/x11 >=x11-libs/gtk+-2.0.0 >=gnome-base/libgnomeui-2.0.3 >=gnome-base/gconf-1.2.1" #RDEPEND="" S="${WORKDIR}/${P}" src_compile() { ./configure \ --host=${CHOST} \ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ --sysconfdir=/etc || die "./configure failed" emake || die #make || die } src_install () { make \ prefix=${D}/usr \ mandir=${D}/usr/share/man \ infodir=${D}/usr/share/info \ sysconfdir=${D}/etc \ install || die }