2017-03-03 04:16:28 +08:00
|
|
|
pkgname=skypeforlinux
|
2017-09-06 10:25:49 +08:00
|
|
|
pkgver=8.6.76.56247
|
2017-03-03 04:16:28 +08:00
|
|
|
pkgrel=1
|
|
|
|
pkgdesc="Skype for Linux WebRTC Beta"
|
|
|
|
arch=('x86_64')
|
|
|
|
url="http://www.skype.com"
|
|
|
|
license=('custom')
|
|
|
|
depends=('gtk2' 'libxss' 'gconf' 'alsa-lib' 'libxtst' 'libgnome-keyring' 'nss')
|
|
|
|
optdepends=('gnome-keyring')
|
|
|
|
conflicts=('skype')
|
|
|
|
provides=('skype')
|
|
|
|
source=("https://repo.skype.com/deb/pool/main/s/skypeforlinux/skypeforlinux_${pkgver}_amd64.deb")
|
2017-09-06 10:25:49 +08:00
|
|
|
sha256sums=('f03f7eb1ecef8ab316501747a759d54fe7c28a60396ee51ea1cd5c8906159479')
|
2017-03-03 04:16:28 +08:00
|
|
|
|
|
|
|
package() {
|
|
|
|
cd "${srcdir}"
|
|
|
|
|
|
|
|
tar -xJC "${pkgdir}" -f data.tar.xz
|
|
|
|
install -d "${pkgdir}/usr/share/licenses/skypeforlinux"
|
|
|
|
mv "${pkgdir}/usr/share/skypeforlinux/LICENSES.chromium.html" "${pkgdir}/usr/share/licenses/skypeforlinux/"
|
|
|
|
rm -rf "${pkgdir}/opt"
|
|
|
|
}
|