[arch-commits] CVS update of extra/lib/liblrdf (PKGBUILD)

Alexander Baldeck alexander at archlinux.org
Fri May 18 13:22:18 UTC 2007


    Date: Friday, May 18, 2007 @ 09:22:18
  Author: alexander
    Path: /home/cvs-extra/extra/lib/liblrdf

Modified: PKGBUILD (1.8 -> 1.9)

rebuilt against new raptor


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


Index: extra/lib/liblrdf/PKGBUILD
diff -u extra/lib/liblrdf/PKGBUILD:1.8 extra/lib/liblrdf/PKGBUILD:1.9
--- extra/lib/liblrdf/PKGBUILD:1.8	Mon Jun  5 11:41:46 2006
+++ extra/lib/liblrdf/PKGBUILD	Fri May 18 09:22:18 2007
@@ -1,15 +1,18 @@
-# $Id: PKGBUILD,v 1.8 2006/06/05 15:41:46 tpowa Exp $
+# $Id: PKGBUILD,v 1.9 2007/05/18 13:22:18 alexander Exp $
 # Maintainer: damir <damir at archlinux.org>
 
 pkgname=liblrdf
 pkgver=0.4.0
-pkgrel=3
+pkgrel=4
 pkgdesc="liblrdf allows categorizing LADSPA plugins"
 arch=(i686 x86_64)
 url="http://sourceforge.net/projects/lrdf"
 # url="http://plugin.org.uk/releases/lrdf/"
-depends=('raptor' 'ladspa')
-source=(http://heanet.dl.sourceforge.net/sourceforge/lrdf/liblrdf-$pkgver.tar.gz)
+depends=('raptor>=1.4.15' 'ladspa')
+makedepends=('pkgconfig')
+license=('GPL')
+options=(!nolibtool)
+source=(http://dl.sourceforge.net/sourceforge/lrdf/liblrdf-$pkgver.tar.gz)
 # source=(http://plugin.org.uk/releases/lrdf/$pkgname-$pkgver.tar.gz)
 groups=('ladspa-plugins')
 
@@ -18,6 +21,6 @@
   ./configure --prefix=/usr
   make || return 1
   make prefix=$startdir/pkg/usr install
-  find $startdir/pkg -name '*.la' -exec rm {} \;
 }
 
+md5sums=('327a5674f671c4b360c6353800226877')




More information about the arch-commits mailing list