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

Andrea Scarpino andrea at archlinux.org
Mon Jan 11 18:31:33 UTC 2010


    Date: Monday, January 11, 2010 @ 13:31:33
  Author: andrea
Revision: 62751

upgpkg: cdrdao 1.2.3-1
    upstream release

Modified:
  cdrdao/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-01-11 18:23:11 UTC (rev 62750)
+++ PKGBUILD	2010-01-11 18:31:33 UTC (rev 62751)
@@ -1,11 +1,12 @@
 # $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
 # Contributor: dorphell <dorphell at archlinux.org>
 
 pkgname=cdrdao
 pkgver=1.2.3
 pkgrel=1
 pkgdesc="Records audio/data CD-Rs in disk-at-once (DAO) mode"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 license=('GPL')
 url="http://cdrdao.sourceforge.net/"
 depends=('gcc-libs' 'lame' 'libmad' 'libvorbis' 'libao')
@@ -23,6 +24,7 @@
   patch -Np1 -i "${srcdir}/cdrdao-1.2.3-k3b.patch" || return 1
   
   ./configure --prefix=/usr \
+    --mandir=/usr/share/man \
     --without-xdao || return 1
   make || return 1
   make DESTDIR=${pkgdir} install || return 1




More information about the arch-commits mailing list