diff options
Diffstat (limited to 'misc-overlay/app-office/dates/dates-0.2.ebuild')
-rw-r--r-- | misc-overlay/app-office/dates/dates-0.2.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/misc-overlay/app-office/dates/dates-0.2.ebuild b/misc-overlay/app-office/dates/dates-0.2.ebuild new file mode 100644 index 0000000..8e8a324 --- /dev/null +++ b/misc-overlay/app-office/dates/dates-0.2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +DESCRIPTION="A small, lightweight calendar that uses Evolution Data Server as +a backend" +HOMEPAGE="http://projects.o-hand.com/dates" +SRC_URI="http://projects.o-hand.com/sources/dates/${P}.tar.gz" + +LICENSE="" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +RDEPEND=" + >=dev-libs/glib-2.0 + >=x11-libs/gtk+-2.0 + >=gnome-base/libglade-2.0 + >=gnome-extra/evolution-data-server-1.2 + >=gnome-base/gconf-2.0" + + +src_install() { + emake DESTDIR=${D} install +} |