diff options
Diffstat (limited to 'misc-overlay/app-office/contacts/contacts-0.2.ebuild')
-rw-r--r-- | misc-overlay/app-office/contacts/contacts-0.2.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/misc-overlay/app-office/contacts/contacts-0.2.ebuild b/misc-overlay/app-office/contacts/contacts-0.2.ebuild new file mode 100644 index 0000000..f392986 --- /dev/null +++ b/misc-overlay/app-office/contacts/contacts-0.2.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://projects.o-hand.com/sources/${PN}/${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" + + +src_install() { + emake DESTDIR=${D} install +} |