# Contributor: MacCyber # Contributor: Doug Newgard pkgname=acestream-mozilla-plugin pkgver=2.1.6 pkgrel=1 ubuntuver=raring ubunturel=2 pkgdesc="ACE Stream multimedia plugin for web browsers" arch=('i686' 'x86_64') url="http://acestream.org/" license=('unknown') depends=('acestream-player-data' 'acestream-engine' 'qtwebkit') conflicts=('acestream') if [[ "$CARCH" == "i686" ]]; then source=("http://repo.acestream.org/ubuntu/pool/main/a/$pkgname/${pkgname}_${pkgver}-1${ubuntuver}${ubunturel}_i386.deb") sha256sums=('d2d2dd757d1954aeb5fa96a89153b6e497e1098987f50017fc26e089af1d13eb') else source=("http://repo.acestream.org/ubuntu/pool/main/a/$pkgname/${pkgname}_${pkgver}-1${ubuntuver}${ubunturel}_amd64.deb") sha256sums=('8b821cd29d9c5ec93b434570d8d0e0418c8a64141e19d6a1614794b04a423375') fi package() { cd "$srcdir" bsdtar -xf data.tar.gz -C "$pkgdir" }