summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'misc-overlay/app-office/contacts/contacts-0.1.ebuild')
-rw-r--r--misc-overlay/app-office/contacts/contacts-0.1.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/misc-overlay/app-office/contacts/contacts-0.1.ebuild b/misc-overlay/app-office/contacts/contacts-0.1.ebuild
new file mode 100644
index 0000000..5b5c938
--- /dev/null
+++ b/misc-overlay/app-office/contacts/contacts-0.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="A small, lightweight addressbook that uses libebook, part of evolution-data-server"
+HOMEPAGE="http://projects.o-hand.com/contacts"
+SRC_URI="http://www.openedhand.com/~chris/contacts-0.1.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"
+
+
+src_install() {
+ emake DESTDIR=${D} install
+}