summaryrefslogtreecommitdiffstats
path: root/abs/extra/vorbis-tools
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-08-07 20:51:28 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-08-07 20:51:28 (GMT)
commit9f890eba3b8c743277223e61949bc9735b134220 (patch)
tree6a5ee2188042588ad66ad1c34cf601c2126069b5 /abs/extra/vorbis-tools
parent76eade9ba34cdc50cdf29c3a6e4ebc2e3daa78a0 (diff)
downloadlinhes_pkgbuild-9f890eba3b8c743277223e61949bc9735b134220.zip
linhes_pkgbuild-9f890eba3b8c743277223e61949bc9735b134220.tar.gz
linhes_pkgbuild-9f890eba3b8c743277223e61949bc9735b134220.tar.bz2
vorbis-tools 1.4.0
Diffstat (limited to 'abs/extra/vorbis-tools')
-rw-r--r--abs/extra/vorbis-tools/PKGBUILD14
1 files changed, 6 insertions, 8 deletions
diff --git a/abs/extra/vorbis-tools/PKGBUILD b/abs/extra/vorbis-tools/PKGBUILD
index ae03d35..7b54e44 100644
--- a/abs/extra/vorbis-tools/PKGBUILD
+++ b/abs/extra/vorbis-tools/PKGBUILD
@@ -1,10 +1,9 @@
-# $Id: PKGBUILD 77125 2010-04-10 21:21:48Z andrea $
-# Maintainer: Eric Belanger <eric@archlinux.org>
-# Contributor: Judd Vinet <jvinet@zeroflux.org>
+# $Id: PKGBUILD 149348 2012-02-07 02:25:07Z eric $
+# Maintainer: Eric BĂ©langer <eric@archlinux.org>
pkgname=vorbis-tools
pkgver=1.4.0
-pkgrel=2
+pkgrel=3
pkgdesc="Extra tools for Ogg-Vorbis"
arch=('i686' 'x86_64')
url='http://www.xiph.org/vorbis/'
@@ -17,12 +16,11 @@ build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr \
--without-speex \
- --enable-vcut || return 1
- make || return 1
+ --enable-vcut
+ make
}
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install || return 1
+ make DESTDIR="${pkgdir}" install
}
-