1 # Maintainer: Vincent Cappe <vcappe at gmail dot com>
2 # Contributor: Jeff Bailes <thepizzaking at gmail dot com>
3 # Contributor: SpepS <dreamspepser at yahoo dot it>
9 pkgdesc="A simple programming interface for reading and writing Xiph.Org files and streams. 1.0.x branch."
10 arch=('i686' 'x86_64')
11 url="http://www.xiph.org/oggz/"
12 license=('custom:CSIRO')
13 depends=('libogg' 'sh')
16 source=("http://downloads.xiph.org/releases/$_opkgname/$_opkgname-$pkgver.tar.gz"
17 'compat-symlinks.fix')
18 md5sums=('39368dd201b581cab634da5db6e6b32f'
19 'e44aa5ab6a48a52d0d238bbc751c0ca8')
22 cd "$srcdir/$_opkgname-$pkgver"
23 patch -p0 -i "$srcdir/compat-symlinks.fix"
25 ./configure --prefix=/usr \
31 cd "$srcdir/$_opkgname-$pkgver"
33 make DESTDIR="$pkgdir/" install
36 install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"