# $Id: PKGBUILD 216438 2014-07-03 20:33:58Z eric $ # Maintainer: Eric BĂ©langer pkgname=vorbis-tools pkgver=1.4.0 pkgrel=4 pkgdesc="Extra tools for Ogg-Vorbis" arch=('i686' 'x86_64') url='http://www.xiph.org/vorbis/' license=('GPL2') depends=('libao' 'libvorbis' 'curl' 'flac') source=(http://downloads.xiph.org/releases/vorbis/${pkgname}-${pkgver}.tar.gz) sha1sums=('fc6a820bdb5ad6fcac074721fab5c3f96eaf6562') build() { cd ${pkgname}-${pkgver} ./configure --prefix=/usr --without-speex --enable-vcut make } package() { cd ${pkgname}-${pkgver} make DESTDIR="${pkgdir}" install }