From 203ee40d51d6b43d4a15760afa17feecb9987fa4 Mon Sep 17 00:00:00 2001 From: Gianni Ceccarelli Date: Mon, 18 May 2009 16:59:06 +0200 Subject: new version of pidgin-sipe --- x11-plugins/pidgin-sipe/pidgin-sipe-1.4.0.ebuild | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 x11-plugins/pidgin-sipe/pidgin-sipe-1.4.0.ebuild (limited to 'x11-plugins/pidgin-sipe/pidgin-sipe-1.4.0.ebuild') diff --git a/x11-plugins/pidgin-sipe/pidgin-sipe-1.4.0.ebuild b/x11-plugins/pidgin-sipe/pidgin-sipe-1.4.0.ebuild new file mode 100644 index 0000000..7ed4189 --- /dev/null +++ b/x11-plugins/pidgin-sipe/pidgin-sipe-1.4.0.ebuild @@ -0,0 +1,24 @@ +EAPI="2" + +inherit git + +DESCRIPTION="Pidgin Plug-in SIPE (Sip Exchange Protocol)" +HOMEPAGE="http://sipe.sourceforge.net/" +EGIT_REPO_URI="git+ssh://mob@repo.or.cz/srv/git/siplcs.git" +EGIT_BRANCH="mob" +EGIT_PROJECT="pidgin-sipe" +EGIT_BOOTSTRAP="autogen.sh" +EGIT_TREE="8f020033d3392f8dde1f074c96e334f9c170efed" # tag 1.4.0 + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="net-im/pidgin" +RDEPEND=$DEPEND + +src_install() { + emake install DESTDIR="${D}" || die "make install failed" + dodoc ChangeLog NEWS TODO +} -- cgit v1.2.3