diff options
Diffstat (limited to 'x11-plugins/tomboy-reminder/tomboy-reminder-0.9.ebuild')
-rw-r--r-- | x11-plugins/tomboy-reminder/tomboy-reminder-0.9.ebuild | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/x11-plugins/tomboy-reminder/tomboy-reminder-0.9.ebuild b/x11-plugins/tomboy-reminder/tomboy-reminder-0.9.ebuild index a9a751d8c38c..86ea46c3f37e 100644 --- a/x11-plugins/tomboy-reminder/tomboy-reminder-0.9.ebuild +++ b/x11-plugins/tomboy-reminder/tomboy-reminder-0.9.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/tomboy-reminder/tomboy-reminder-0.9.ebuild,v 1.2 2006/12/07 20:51:08 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/tomboy-reminder/tomboy-reminder-0.9.ebuild,v 1.3 2006/12/21 21:59:01 compnerd Exp $ -inherit mono eutils +inherit autotools eutils mono DESCRIPTION="Reminder Plugin for Tomboy" HOMEPAGE="http://raphael.slinckx.net/blog/projects/tomboy-reminder-plugin/" @@ -18,6 +18,14 @@ RDEPEND=">=dev-lang/mono-1.0 DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.19" +src_unpack() { + unpack ${A} + cd ${S} + + epatch ${FILESDIR}/${PN}-0.9-mcs-to-gmcs.patch + eautomake +} + src_install() { make DESTDIR="${D}" install || die "install failed" dodoc README NEWS ChangeLog AUTHORS |