[arch-commits] CVS update of extra/multimedia/snd (PKGBUILD)

Eric Belanger eric at archlinux.org
Sat Jul 21 23:07:51 UTC 2007


    Date: Saturday, July 21, 2007 @ 19:07:51
  Author: eric
    Path: /home/cvs-extra/extra/multimedia/snd

Modified: PKGBUILD (1.18 -> 1.19)

upgpkg: snd 9.2-1
added license


----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)


Index: extra/multimedia/snd/PKGBUILD
diff -u extra/multimedia/snd/PKGBUILD:1.18 extra/multimedia/snd/PKGBUILD:1.19
--- extra/multimedia/snd/PKGBUILD:1.18	Sat Jul 21 06:31:14 2007
+++ extra/multimedia/snd/PKGBUILD	Sat Jul 21 19:07:51 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.18 2007/07/21 10:31:14 juergen Exp $
+# $Id: PKGBUILD,v 1.19 2007/07/21 23:07:51 eric Exp $
 # Maintainer: Alexander Baldeck <alexander at archlinux.org>
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 # Contributor: dorphell <dorphell at archlinux.org>
@@ -6,17 +6,19 @@
 pkgver=9.2
 pkgrel=1
 pkgdesc="Snd is the emacs of sound editor"
+arch=('i686' 'x86_64')
+license=('custom')
 depends=('guile>=1.8.1' 'lesstif' 'fam' 'libxpm')
 url="http://ccrma.stanford.edu/software/snd/"
-arch=('i686' 'x86_64')
 source=(http://dl.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 md5sums=('c3940fffda7eba177764cf48cf353f6b')
 
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver%.*}
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --without-gsl --without-fftw
   make || return 1
   make prefix=${startdir}/pkg/usr install
+  install -D -m644 COPYING $startdir/pkg/usr/share/licenses/$pkgname/COPYING
 }
 




More information about the arch-commits mailing list