From 1f55cedf5ea357497d2a98eb2be78d8dab4a9665 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 21 Feb 2012 23:15:10 +0000 Subject: Tue Feb 21 23:15:10 UTC 2012 --- community/vorbissimple/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'community/vorbissimple') diff --git a/community/vorbissimple/PKGBUILD b/community/vorbissimple/PKGBUILD index 8b9284370..53976371d 100644 --- a/community/vorbissimple/PKGBUILD +++ b/community/vorbissimple/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 20047 2010-07-02 09:22:06Z spupykin $ +# $Id: PKGBUILD 65375 2012-02-21 02:27:15Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: William Rea pkgname=vorbissimple pkgver=0.0.2 -pkgrel=2 +pkgrel=3 pkgdesc="A Vorbis decoder" arch=('i686' 'x86_64') url="http://kamaelia.sourceforge.net" @@ -17,6 +17,6 @@ md5sums=('332077b25a4c9547947ab0922361ffda') build() { cd $srcdir/$pkgname-$pkgver/libvorbissimple ./configure --prefix=/usr - make || return 1 + make make DESTDIR=$pkgdir install } -- cgit v1.2.3-54-g00ecf