1 # Contributor: Anders Bergh <anders1@gmail.com>
5 pkgdesc="Vorbis I header/stream information dump tool"
7 url="http://www.xiph.org"
10 makedepends=('subversion')
16 _svntrunk=http://svn.xiph.org/trunk/vorbose
22 if [ -d $_svnmod/.svn ]; then
23 (cd $_svnmod && svn up -r $pkgver)
25 svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod
28 msg "SVN checkout done or server timeout"
29 msg "Starting make..."
31 rm -rf "$srcdir/$_svnmod-build"
32 svn export "$srcdir/$_svnmod" "$srcdir/$_svnmod-build"
33 cd "$srcdir/$_svnmod-build"
37 automake --add-missing || exit 1
40 ./configure --prefix=/usr
42 make DESTDIR="$pkgdir" install