[aur-general] Rbspeex PKGBUILD Continued

Storm Dragon stormdragon2976 at gmail.com
Wed Sep 17 01:56:55 UTC 2014


Hi,
Err... I forgot to attach the PKGBUILD... lol
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
Follow me on Pump.io: http://microca.st/stormdragon2976
"Yeah my whole family done give up on me, and it makes me feel oh so bad. The only one who'll hang out with me is my dear ol' grand dad, and we drink alone."
George Thorogood - I Drink Alone
-------------- 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")
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/rbutil/tools/rbspeex/
  make
}

package(){
  cd $srcdir/rbutil/tools/rbspeex/

  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/20140916/eef95b65/attachment-0001.asc>


More information about the aur-general mailing list