# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public # License v2 # $Header: $ inherit mono eutils S="${WORKDIR}/MonoCalendar" DESCRIPTION="iCal clone for the .NET platform using mono and System.Windows.Forms" HOMEPAGE="http://www.monocalendar.com/" SRC_URI="mirror://sourceforge/monocalendar/${PN}-source-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" DEPEND=">=dev-lang/mono-1.1.6" src_compile() { cd ${S}/bin/Release/ emake } src_install() { dodir /usr/lib/${PN} cp ${S}/bin/Release/*.dll ${D}/usr/lib/monocalendar cp ${S}/bin/Release/*.exe ${D}/usr/lib/monocalendar dodir /usr/bin make_wrapper monocalendar "mono /usr/lib/${PN}/MonoCalendar.exe" chmod +x ${D}/usr/bin/${PN} }