summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-extra/contacts/contacts-0.4.ebuild')
-rw-r--r--gnome-extra/contacts/contacts-0.4.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/gnome-extra/contacts/contacts-0.4.ebuild b/gnome-extra/contacts/contacts-0.4.ebuild
new file mode 100644
index 0000000..ed2c69f
--- /dev/null
+++ b/gnome-extra/contacts/contacts-0.4.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit gnome2
+
+DESCRIPTION="Contact manager for the GNOME Desktop"
+HOMEPAGE="http://projects.o-hand.com/contacts"
+SRC_URI="http://projects.o-hand.com/sources/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~ppc ~x86"
+IUSE=""
+
+RDEPEND=">=gnome-extra/evolution-data-server-1.8"
+
+DEPEND="${RDEPEND}
+ sys-devel/gettext
+ >=dev-util/intltool-0.35.0
+ >=dev-util/pkgconfig-0.9
+ dev-perl/XML-Parser"