# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Jens Tollofsen # $Header:$ S="${WORKDIR}/dc_gui2-${PV}" DESCRIPTION="GTK2 GUI for dctc" SRC_URI="http://ac2i.tzo.com/dctc/dc_gui2-${PV}.tar.gz" HOMEPAGE="http://ac2i.tzo.com/dctc" LICENSE="GPL-2" KEYWORDS="x86" DEPEND="~net-p2p/dctc-0.83.8 >=x11-libs/gtk+-2.0.5 >=sys-libs/db-3.2*" src_compile() { ./configure \ --host=${CHOST} \ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man || die "./configure failed" emake || die } src_install () { make DESTDIR=${D} install || die dodoc AUTHORS ChangeLog COPYING INSTALL NEWS README TODO }