summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Nichols <nichoj@gentoo.org>2007-05-25 01:36:02 +0000
committerJoshua Nichols <nichoj@gentoo.org>2007-05-25 01:36:02 +0000
commit1f2563055de9ab6a9f942560276bef4eee1e0cbe (patch)
tree52591b2c3a810c852632764c2a8c930574a6bc5f /misc-overlay/app-office/contacts/contacts-0.1.ebuild
parentUpdates to my gvpndialer fun. (diff)
downloadnichoj-1f2563055de9ab6a9f942560276bef4eee1e0cbe.tar.gz
nichoj-1f2563055de9ab6a9f942560276bef4eee1e0cbe.tar.bz2
nichoj-1f2563055de9ab6a9f942560276bef4eee1e0cbe.zip
Added contact and dates.
svn path=/; revision=99
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
+}