Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
kaiyou
gentoo
Commits
9b9b809d
Commit
9b9b809d
authored
Apr 04, 2014
by
kaiyou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add unstable jitsi
The original ebuild was written for pentoo.
parent
2c4e1fa1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
38 additions
and
0 deletions
+38
-0
net-im/jitsi-bin-2.5.ebuild
net-im/jitsi-bin-2.5.ebuild
+38
-0
No files found.
net-im/jitsi-bin-2.5.ebuild
0 → 100644
View file @
9b9b809d
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI
=
4
inherit rpm
PV_RAND
=
"5065"
DESCRIPTION
=
"Secure IM communicator that supports SIP, XMPP/Jabber, AIM/ICQ, Windows Live, Yahoo"
HOMEPAGE
=
"https://jitsi.org/"
SRC_URI
=
"
x86? ( https://download.jitsi.org/jitsi/rpm/jitsi-
${
PV
}
-
${
PV_RAND
}
.i686.rpm )
amd64? ( https://download.jitsi.org/jitsi/rpm/jitsi-
${
PV
}
-
${
PV_RAND
}
.x86_64.rpm )"
RESTRICT
=
"strip"
LICENSE
=
"LGPL-2"
SLOT
=
"0"
KEYWORDS
=
"~amd64 ~x86"
IUSE
=
""
RDEPEND
=
"|| ( virtual/jre virtual/jdk )"
DEPEND
=
"
${
RDEPEND
}
app-arch/rpm2targz"
QA_PREBUILT
=
"
usr/share/jitsi/lib/native/*
"
S
=
"
${
WORKDIR
}
"
src_unpack
()
{
rpm_unpack
}
src_install
()
{
cp
-pPR
"
${
S
}
/usr"
"
${
D
}
"
/
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment