main/libvorbis: upgrade to 1.3.1

This commit is contained in:
Natanael Copa 2010-05-06 09:52:59 +00:00
parent 84d66fb7d6
commit c2561cc27d

View File

@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libvorbis
pkgver=1.2.3
pkgrel=1
pkgver=1.3.1
pkgrel=0
pkgdesc="Vorbis codec library"
url="http://www.xiph.org/ogg/vorbis/"
license="custom"
@ -17,7 +17,11 @@ build ()
./configure --prefix=/usr \
--disable-static || return 1
make || return 1
}
package() {
cd "$srcdir"/$pkgname-$pkgver
make DESTDIR="$pkgdir" install || return 1
install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
}
md5sums="5aa77f55c0e0aab8eb8ed982335daac8 libvorbis-1.2.3.tar.gz"
md5sums="016e523fac70bdd786258a9d15fd36e9 libvorbis-1.3.1.tar.gz"