From c2561cc27d2fb38ca2d5e52221ca7b613b99e0cd Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 6 May 2010 09:52:59 +0000 Subject: [PATCH] main/libvorbis: upgrade to 1.3.1 --- main/libvorbis/APKBUILD | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/main/libvorbis/APKBUILD b/main/libvorbis/APKBUILD index 7f6a6978538..82964167689 100644 --- a/main/libvorbis/APKBUILD +++ b/main/libvorbis/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa 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"