2013-05-02 05:27:38 +08:00
|
|
|
# maintainer: AlmAck
|
2012-02-18 10:48:05 +08:00
|
|
|
|
|
|
|
pkgname=google-talkplugin
|
2014-02-24 02:28:27 +08:00
|
|
|
pkgver=5.1.4.0
|
2013-05-30 18:00:38 +08:00
|
|
|
pkgrel=1
|
2012-02-18 10:48:05 +08:00
|
|
|
pkgdesc="Video chat browser plug-in for Google Talk"
|
2012-11-04 06:49:53 +08:00
|
|
|
arch=('x86_64')
|
2012-02-18 10:48:05 +08:00
|
|
|
url="http://www.google.com/chat/video"
|
2012-03-16 22:51:37 +08:00
|
|
|
categories=('network')
|
2013-05-02 05:27:38 +08:00
|
|
|
license=('custom:google')
|
2012-03-16 05:26:26 +08:00
|
|
|
depends=('libgl' 'glew' 'glib2' 'libpng12' 'libx11' 'libxfixes' 'libxt' 'openssl')
|
2012-02-18 10:48:05 +08:00
|
|
|
optdepends=('libnotify' 'pulseaudio')
|
2014-02-24 02:28:27 +08:00
|
|
|
source=(https://dl.google.com/linux/talkplugin/rpm/stable/x86_64/${pkgname}-${pkgver}-1.x86_64.rpm
|
2013-05-02 05:27:38 +08:00
|
|
|
license.html::http://www.google.com/intl/en/policies/terms/index.html)
|
2014-02-24 02:28:27 +08:00
|
|
|
sha1sums=('9021d01ab9094334c00a32e7f301ec8d13c2f593' 'f78c3d5f420d52460b2d59f7c47e32989b3e1780')
|
2012-02-18 10:48:05 +08:00
|
|
|
|
|
|
|
package() {
|
2013-05-02 05:27:38 +08:00
|
|
|
cp -R ${srcdir}/opt ${pkgdir}
|
|
|
|
install -d "${pkgdir}/usr/lib"
|
|
|
|
cp -R ${srcdir}/usr/lib*/* ${pkgdir}/usr/lib
|
|
|
|
# cleaning up cron update script
|
|
|
|
rm -rf ${pkgdir}/opt/google/talkplugin/cron
|
|
|
|
# install license file
|
|
|
|
install -Dm644 "$srcdir/license.html" "$pkgdir/usr/share/licenses/$pkgname/license.html"
|
2012-02-18 10:48:05 +08:00
|
|
|
}
|