summaryrefslogtreecommitdiff
path: root/x11-plugins/pidgin-sipe/pidgin-sipe-1.4.0.ebuild
blob: 7ed418929d61510c4018bad38ea86eb6a562c575 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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
}