[arch-commits] Commit in sox/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Sat Apr 10 21:37:45 UTC 2010


    Date: Saturday, April 10, 2010 @ 17:37:44
  Author: andrea
Revision: 77135

upgpkg: sox 14.3.0-4
libao 1.0 rebuild

Modified:
  sox/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-04-10 21:37:41 UTC (rev 77134)
+++ PKGBUILD	2010-04-10 21:37:44 UTC (rev 77135)
@@ -1,12 +1,12 @@
 # $Id$
-# Maintainer:
+# Maintainer: Eric Bélanger <eric at archlinux.org>
 # Contributor: Ronald van Haren <ronald.archlinux.org>
 # Contributor: dale <dale at archlinux.org>
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=sox
 pkgver=14.3.0
-pkgrel=3
+pkgrel=4
 pkgdesc="The Swiss Army knife of sound processing tools"
 arch=('i686' 'x86_64')
 url="http://sox.sourceforge.net/"
@@ -23,6 +23,10 @@
     --with-dyn-default \
     --with-distro="Arch Linux" || return 1
   make || return 1
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install || return 1
   ln -sf play "${pkgdir}/usr/bin/rec" || return 1
   ln -sf ../man1/sox.1.gz "${pkgdir}/usr/share/man/man7/soxeffect.7"




More information about the arch-commits mailing list