[aur-general] Revised rbspeex PKGBUILD

Storm Dragon stormdragon2976 at gmail.com
Wed Sep 17 20:39:25 UTC 2014


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
-------------- next part --------------
# Maintainer: Storm Dragon <stormdragon2976 at gmail.com>

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:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://mailman.archlinux.org/pipermail/aur-general/attachments/20140917/a990dcfe/attachment.asc>


More information about the aur-general mailing list