updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / google-talkplugin / PKGBUILD
blob6a3fcc05cc58f434fcbb90898569005374d2d82c
1 # Maintainer: Dominik Mayer <dominik.mayer@gmail.com>
2 pkgname=google-talkplugin
3 pkgver=2.5.6.0
4 pkgrel=1
5 pkgdesc="Video chat browser plug-in for Google Talk"
6 arch=('i686' 'x86_64')
7 url="http://www.google.com/chat/video"
8 license=('unknown')
10 if [ "${CARCH}" = 'x86_64' ]; then
11     ARCH='amd64'
12     depends=('alsa-utils' 'lib32-alsa-lib' 'lib32-gcc-libs>=4.1.1' 'lib32-libstdc++5' 'glibc>=2.4' 'lib32-glibc>=2.3.4' 'fontconfig>=2.4.0' 'freetype2>=2.3.5' 'libgl' 'glew>=1.5.0' 'glib2>=2.12.0' 'gtk2>=2.12.0' 'libpng12>=1.2.13' 'libstdc++5' 'lib32-libx11' 'lib32-libxt' 'lib32-openssl' 'lib32-libxfixes' 'lib32-zlib' 'lib32-gtk2' 'lib32-gdk-pixbuf2')
13     optdepends=('libnotify' 'pulseaudio' 'lib32-libpulse')
14     md5sums=('f5b855a9317bf6aad5bf6455d994d58f')
15 else
16     ARCH='i386'
17     depends=('alsa-utils' 'gcc-libs>=4.1.1' 'glibc>=2.4' 'fontconfig>=2.4.0' 'freetype2>=2.3.5' 'libgl' 'glew>=1.5.0' 'glib2>=2.12.0' 'gtk2>=2.12.0' 'libpng12>=1.2.13' 'libstdc++5' 'libx11' 'libxfixes' 'libxt' 'openssl-compatibility')
18     optdepends=('libnotify' 'pulseaudio')
19     md5sums=('e279b4abb494a4a4b6d09f6f60af9e28')
22 source=(http://dl.google.com/linux/direct/google-talkplugin_current_$ARCH.deb)
24 build() {
25     msg "Extracting..."
26     ar -xv google-talkplugin_current_$ARCH.deb || return 1
27     tar -xvf data.tar.gz || return 1
28     msg2 "Done extracting!"
29     msg "Moving files"
30     mv $srcdir/opt $pkgdir
31     mv $srcdir/usr $pkgdir
32     msg2 "Done moving files"