# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A cross-platform GUI toolkit for Mono and Portable.Net" HOMEPAGE="http://qtcsharp.sourceforge.net/" SRC_URI="http://switch.dl.sourceforge.net/sourceforge/qtcsharp/${P}.tar.bz2" RESTRICT="nomirror" LICENSE="GPL" SLOT="0" KEYWORDS="~x86" DEPEND=">=sys-devel/gcc-2.95.3-r7 >=x11-libs/qt-3.1.2-r3 >=kde-base/kdebindings-3.0.5b >=dev-dotnet/mono-0.30" S=${WORKDIR}/${PN} src_compile() { qmake "INSTALLDIR=${D}usr/lib" emake || die "emake failed" } src_install() { dolib src/libqtsharp/libqtsharp.so dolib src/bindings/Qt.dll }