Hi,
Attached is the new rbspeex PKGBUILD. This is the version that was unjustly 
deleted, without warning or explination.
Thanks
Storm
--
Powered by Arch Linux! I am registered Linux user number 508465: 
https://linuxcounter.net/user/508465.html
My blog, Thoughts of a Dragon: http://www.stormdragon.tk/
get my public PGP key: gpg --keyserver wwwkeys.pgp.net --recv-key 43DDC193
My Blackberry is Broken: http://is.gd/my_blackberry_is_broken
"Listen up to ancient tales of monsters, zombies, ghosts 'bout creatures rising from 
the graves to haunt the living world"
The Other - Beware of Ghouls
# Maintainer: Storm Dragon <[email protected]>

pkgname=rbspeex-git
pkgver=1.4.0.r540.0f61e38
pkgrel=1
pkgdesc='Rockbox specific speex Utility'
arch=('i686' 'x86_64')
url='http://www.rockbox.org/twiki/bin/view/Main/RockboxUtility'
license=("GPL")
depends=('libusbx' 'qt5-base')
makedepends=('gendesk' 'git' 'qt5-tools')
provides=("rbspeexdec" "rbspeexenc")
conflicts=("rbspeexdec" "rbspeexenc")
source=("${pkgname%-*}::git://git.rockbox.org/rockbox")
sha256sums=('SKIP')

pkgver() {
  cd "${srcdir}"/${pkgname%-*}

  printf "1.4.0.r%s.%s" "$(git rev-list rbutil_1.4.0..HEAD --count)" "$(git 
rev-parse --short HEAD)"
}

build() {
  cd $srcdir/${pkgname%-*}/tools/rbspeex/
  make
}

package(){
  cd $srcdir/${pkgname%-*}/tools/

  install -d "$pkgdir/usr/bin"
  install -m 755 rbspeexenc "${pkgdir}"/usr/bin/
  install -m 755 rbspeexdec "${pkgdir}"/usr/bin/
}

# vim: ts=2 sw=2 et:

Attachment: pgpC_PNdL3TNC.pgp
Description: PGP signature

Reply via email to