5 pkgdesc="Yuuguu offers cross network instant messaging, instant screen sharing, real time collaboration, web conferencing and remote support."
7 url="http://yuuguu.com"
8 license=('custom:Yuuguu User license')
9 depends=('java-runtime')
10 makedepends=('rpmextract')
11 md5sums=('4f6b28c43a199fc9b5eaff339e0b5fed'
12 'ece9ab1401b19617be2ab0352c992a18')
14 [ "$CARCH" = "x86_64" ] && _architect='amd64'
15 [ "$CARCH" = "x86_64" ] && md5sums[0]='5a44cbc20cf35df06602a54537564ef2'
17 source=("yuuguu-latest-${_architect}.rpm::http://www.yuuguu.com/downloads/yuuguu-latest-${_architect}.rpm"
19 provides=("$pkgname=${pkgver}")
24 rpmextract.sh yuuguu-latest-${_architect}.rpm || return 1
26 # apply java location fix
27 patch usr/bin/yuuguu patch-yuuguu
32 cp -r pkg/usr $pkgdir || return 1
34 install -D -m644 $srcdir/pkg/usr/share/doc/yuuguu/copyright $pkgdir/usr/share/licenses/$pkgname/license.txt || return 1