net-voip/zoiper: new package
This commit is contained in:
parent
f6b4e6833d
commit
808acb29a5
1
net-voip/zoiper/Manifest
Normal file
1
net-voip/zoiper/Manifest
Normal file
|
@ -0,0 +1 @@
|
||||||
|
DIST Zoiper5_5.5.5_x86_64.tar.xz 82531708 BLAKE2B 20f6b2d19f630d3874809f9ee862c20e9e49f8da528165a2c956c131a34b85947a41949410546057ce93b3660ad8673ed19e86e7dfdcbd9ad356af832854a1d3 SHA512 58a43153808b334767f5c660de72f824726b1f8aad3e11631409d3c25ca5c7baaf47cf72b01fa750ed3e3ca50eebefac4edd32be52e46933a9ebfec1b975ec43
|
7
net-voip/zoiper/files/zoiper.desktop
Normal file
7
net-voip/zoiper/files/zoiper.desktop
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Name=Zoiper
|
||||||
|
Exec=/opt/Zoiper5/zoiper
|
||||||
|
Icon=zoiper
|
||||||
|
Terminal=false
|
||||||
|
Type=Application
|
||||||
|
Categories=Network;
|
BIN
net-voip/zoiper/files/zoiper.png
Normal file
BIN
net-voip/zoiper/files/zoiper.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
8
net-voip/zoiper/metadata.xml
Normal file
8
net-voip/zoiper/metadata.xml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email>alarig@swordarmor.fr</email>
|
||||||
|
<name>Alarig Le Lay</name>
|
||||||
|
</maintainer>
|
||||||
|
</pkgmetadata>
|
54
net-voip/zoiper/zoiper-5.5.5.ebuild
Normal file
54
net-voip/zoiper/zoiper-5.5.5.ebuild
Normal file
|
@ -0,0 +1,54 @@
|
||||||
|
# Copyright 2019 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=7
|
||||||
|
|
||||||
|
ARCH_FILE="Zoiper5_${PV}_x86_64.tar.xz"
|
||||||
|
|
||||||
|
DESCRIPTION="Free VoIP softphone for non-commercial use"
|
||||||
|
HOMEPAGE="www.zoiper.com"
|
||||||
|
SRC_URI="https://www.zoiper.com/en/voip-softphone/download/zoiper5/for/linux -> $ARCH_FILE"
|
||||||
|
|
||||||
|
LICENSE="EULA"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
IUSE="pulseaudio"
|
||||||
|
RESTRICT="binchecks fetch bindist strip"
|
||||||
|
|
||||||
|
DEPEND=""
|
||||||
|
RDEPEND="${DEPEND}
|
||||||
|
pulseaudio? ( media-sound/pulseaudio )
|
||||||
|
app-crypt/mit-krb5
|
||||||
|
dev-libs/atk
|
||||||
|
dev-libs/glib
|
||||||
|
media-libs/freetype
|
||||||
|
media-libs/libv4l:=
|
||||||
|
sys-libs/zlib
|
||||||
|
x11-libs/cairo
|
||||||
|
x11-libs/gdk-pixbuf
|
||||||
|
x11-libs/gtk+
|
||||||
|
x11-libs/libXScrnSaver
|
||||||
|
x11-libs/libnotify
|
||||||
|
"
|
||||||
|
BDEPEND=""
|
||||||
|
|
||||||
|
S="${WORKDIR}"
|
||||||
|
|
||||||
|
pkg_nofetch() {
|
||||||
|
einfo "Please download ${ARCH_FILE} and move it to"
|
||||||
|
einfo "your distfiles directory:"
|
||||||
|
einfo
|
||||||
|
einfo "https://www.zoiper.com/en/voip-softphone/download/current"
|
||||||
|
einfo
|
||||||
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
insinto /opt
|
||||||
|
doins -r Zoiper5
|
||||||
|
fperms 0755 /opt/Zoiper5/zoiper
|
||||||
|
insinto /usr/share/pixmaps
|
||||||
|
doins ${FILESDIR}/zoiper.png
|
||||||
|
insinto /usr/share/applications
|
||||||
|
doins ${FILESDIR}/zoiper.desktop
|
||||||
|
doins ${FILESDIR}/zoiper.png
|
||||||
|
}
|
Loading…
Reference in a new issue