summaryrefslogtreecommitdiffstats
path: root/abs/extra/vorbis-tools/PKGBUILD
blob: 4428e6a68da2eee2c0545ebb6cdfb72709771273 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
# Maintainer: Travis Willard <travis@archlinux.org>
# Maintainer: dorphell <dorphell@archlinux.org>
# Committer: Judd Vinet <jvinet@zeroflux.org>

pkgname=vorbis-tools
pkgver=1.2.0
pkgrel=3
pkgdesc="Extra tools for Ogg-Vorbis"
arch=(i686 x86_64)
url='http://www.xiph.org/vorbis/'
license=('GPL')
depends=('libao' 'libvorbis' 'curl>=7.16.2' 'flac>=1.1.4')
source=(http://downloads.xiph.org/releases/vorbis/$pkgname-$pkgver.tar.gz)
md5sums=('df976d24e51ef3d87cd462edf747bf9a')

build() 
{
  cd $startdir/src/$pkgname-$pkgver
  autoconf
  ./configure --prefix=/usr --without-speex 
  make || return 1
  make DESTDIR=$startdir/pkg install
}