
Untitled
By: a guest on
Jun 7th, 2010 | syntax:
None | size: 1.09 KB | hits: 173 | expires: Never
# Contributor: neolith
pkgname=yuuguu
pkgver=2722
pkgrel=1
pkgdesc="Yuuguu offers cross network instant messaging, instant screen sharing, real time collaboration, web conferencing and remote support."
arch=('i686' 'x86_64')
url="http://yuuguu.com"
license=('custom:Yuuguu User license')
depends=('jre')
makedepends=('rpmextract')
md5sums=('4f6b28c43a199fc9b5eaff339e0b5fed'
'ece9ab1401b19617be2ab0352c992a18')
_architect='i386'
[ "$CARCH" = "x86_64" ] && _architect='amd64'
[ "$CARCH" = "x86_64" ] && md5sums[0]='09cdcd76ae72d3ffa77d3c5820b68088'
source=("yuuguu-latest-${_architect}.rpm::http://www.yuuguu.com/downloads/yuuguu-latest-${_architect}.rpm"
'patch-yuuguu')
provides=("$pkgname=${pkgver}")
build() {
cd $srcdir
# extract the archive
rpmextract.sh yuuguu-latest-${_architect}.rpm || return 1
# apply java location fix
patch usr/bin/yuuguu patch-yuuguu
mkdir -p pkg
mv usr pkg
cp -r pkg/usr $pkgdir || return 1
install -D -m644 $srcdir/pkg/usr/share/doc/yuuguu/copyright $pkgdir/usr/share/licenses/$pkgname/license.txt || return 1
}