summaryrefslogtreecommitdiff
path: root/x11-plugins/pidgin-sipe/pidgin-sipe-1.4.0.ebuild
diff options
context:
space:
mode:
authorGianni Ceccarelli <dakkar@dechirico.(none)>2009-05-18 16:59:06 +0200
committerGianni Ceccarelli <dakkar@dechirico.(none)>2009-05-18 16:59:06 +0200
commit203ee40d51d6b43d4a15760afa17feecb9987fa4 (patch)
tree55d14d9ee0ad8cee7f1e739781c5df54696816d7 /x11-plugins/pidgin-sipe/pidgin-sipe-1.4.0.ebuild
parentdon't try to get the sources from mirrors (diff)
downloadgentoo-overlay-203ee40d51d6b43d4a15760afa17feecb9987fa4.tar.gz
gentoo-overlay-203ee40d51d6b43d4a15760afa17feecb9987fa4.tar.bz2
gentoo-overlay-203ee40d51d6b43d4a15760afa17feecb9987fa4.zip
new version of pidgin-sipe
Diffstat (limited to 'x11-plugins/pidgin-sipe/pidgin-sipe-1.4.0.ebuild')
-rw-r--r--x11-plugins/pidgin-sipe/pidgin-sipe-1.4.0.ebuild24
1 files changed, 24 insertions, 0 deletions
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
+}