diff options
Diffstat (limited to 'dev-util/telepathy-inspector/telepathy-inspector-0.5.2.ebuild')
-rw-r--r-- | dev-util/telepathy-inspector/telepathy-inspector-0.5.2.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/dev-util/telepathy-inspector/telepathy-inspector-0.5.2.ebuild b/dev-util/telepathy-inspector/telepathy-inspector-0.5.2.ebuild new file mode 100644 index 000000000000..06448df17d96 --- /dev/null +++ b/dev-util/telepathy-inspector/telepathy-inspector-0.5.2.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/telepathy-inspector/telepathy-inspector-0.5.2.ebuild,v 1.1 2008/04/10 11:26:45 coldwind Exp $ + +EAPI=1 + +inherit eutils flag-o-matic + +DESCRIPTION="The swiss-army knife of every Telepathy developer." +HOMEPAGE="http://telepathy.freedesktop.org/wiki/TelepathyInspector" +SRC_URI="http://telepathy.freedesktop.org/releases/telepathy-inspector/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-libs/glib:2 + x11-libs/gtk+:2 + >=net-libs/telepathy-glib-0.7.6 + gnome-base/libglade + dev-libs/dbus-glib" +DEPEND="${RDEPEND} + dev-lang/python + dev-libs/libxslt + dev-util/pkgconfig" + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed" +} |