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

Damir Perisa damir at archlinux.org
Mon Dec 3 07:18:59 UTC 2007


    Date: Monday, December 3, 2007 @ 02:18:59
  Author: damir
    Path: /home/cvs-extra/extra/multimedia/fluidsynth

Modified: PKGBUILD (1.5 -> 1.6)

upgpkg: fluidsynth 1.0.8-1


----------+
 PKGBUILD |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)


Index: extra/multimedia/fluidsynth/PKGBUILD
diff -u extra/multimedia/fluidsynth/PKGBUILD:1.5 extra/multimedia/fluidsynth/PKGBUILD:1.6
--- extra/multimedia/fluidsynth/PKGBUILD:1.5	Thu Jun  1 11:36:20 2006
+++ extra/multimedia/fluidsynth/PKGBUILD	Mon Dec  3 02:18:59 2007
@@ -1,15 +1,17 @@
-# $Id: PKGBUILD,v 1.5 2006/06/01 15:36:20 ganja_guru Exp $
+# $Id: PKGBUILD,v 1.6 2007/12/03 07:18:59 damir Exp $
 # Maintainer: damir <damir at archlinux.org>
 
 pkgname=fluidsynth
-pkgver=1.0.7a
-origver=1.0.7
+pkgver=1.0.8
+origver=1.0.8
 pkgrel=1
 pkgdesc="FluidSynth is a real-time software synthesizer based on the SoundFont 2 specifications."
-arch=(i686 x86_64)
+arch=("i686" "x86_64")
 url="http://www.fluidsynth.org/"
 depends=('jack-audio-connection-kit' 'ladspa')
-source=(http://savannah.nongnu.org/download/fluid/$pkgname-$pkgver.tar.gz)
+options=('!libtool')
+license=('LGPL')
+source=("http://savannah.nongnu.org/download/fluid/$pkgname-$pkgver.tar.gz")
 
 
 build() {
@@ -18,6 +20,5 @@
               --enable-ladspa
   make || return 1
   make prefix=$startdir/pkg/usr install
-  find $startdir/pkg -name '*.la' -exec rm {} \;
 }
-md5sums=('0f73d47990d859f19b8e9840bdab5c60')
+




More information about the arch-commits mailing list