diff options
author | root <root@rshg054.dnsready.net> | 2012-02-21 23:15:10 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-21 23:15:10 +0000 |
commit | 1f55cedf5ea357497d2a98eb2be78d8dab4a9665 (patch) | |
tree | 5e44ad19f2672ee92283377c9fe6eab3c8a815d7 /community/vorbissimple | |
parent | 11484c032f8c236b2044e715a9a3b28e33f65598 (diff) |
Tue Feb 21 23:15:10 UTC 2012
Diffstat (limited to 'community/vorbissimple')
-rw-r--r-- | community/vorbissimple/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
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 <pupykin.s+arch@gmail.com> # Contributor: William Rea <sillywilly@gmail.com> 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 } |