# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit mono fdo-mime DESCRIPTION="Dopi is a little application for updating Apple iPod devices" HOMEPAGE="http://www.snorp.net/" SRC_URI="http://www.snorp.net/files/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="dev-lang/mono >=dev-dotnet/ipod-sharp-0.6.2 >=dev-dotnet/glade-sharp-2.4.0 >=dev-dotnet/gtk-sharp-2.4.0 >=dev-libs/glib-2.0" RDEPEND="${DEPEND}" src_compile() { econf || die #This build is not parallel safe emake -j1 || die "emake failed" } src_install() { make DESTDIR=${D} install || die dodoc AUTHORS README } pkg_postinst() { fdo-mime_desktop_database_update fdo-mime_mime_database_update }