[arch-commits] Commit in liblrdf/repos (extra-x86_64 extra-x86_64/PKGBUILD)

Giovanni Scafora giovanni at archlinux.org
Wed Feb 10 13:47:57 UTC 2010


    Date: Wednesday, February 10, 2010 @ 08:47:57
  Author: giovanni
Revision: 68012

Merged revisions 68010 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/liblrdf/trunk

........
  r68010 | giovanni | 2010-02-10 14:46:22 +0100 (mer, 10 feb 2010) | 1 line
........

Modified:
  liblrdf/repos/extra-x86_64/	(properties)
  liblrdf/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)


Property changes on: liblrdf/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /liblrdf/trunk:1-38934
   + /liblrdf/trunk:1-68011

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2010-02-10 13:47:09 UTC (rev 68011)
+++ extra-x86_64/PKGBUILD	2010-02-10 13:47:57 UTC (rev 68012)
@@ -1,17 +1,17 @@
 # $Id$
-# Maintainer: damir <damir at archlinux.org>
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
 
 pkgname=liblrdf
 pkgver=0.4.0
 pkgrel=6
-pkgdesc="liblrdf allows categorizing LADSPA plugins"
-arch=(i686 x86_64)
+pkgdesc="A library for the manipulation of RDF file in LADSPA plugins"
+arch=('i686' 'x86_64')
 url="http://sourceforge.net/projects/lrdf"
 depends=('raptor>=1.4.15-2' 'ladspa')
 makedepends=('pkgconfig')
 license=('GPL')
 options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/lrdf/liblrdf-${pkgver}.tar.gz
+source=(http://downloads.sourceforge.net/sourceforge/lrdf/${pkgname}-${pkgver}.tar.gz
 	md5.patch)
 groups=('ladspa-plugins')
 md5sums=('327a5674f671c4b360c6353800226877'
@@ -19,6 +19,7 @@
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
+
   patch -Np1 -i "${srcdir}/md5.patch" || return 1
   ./configure --prefix=/usr || return 1
   make || return 1




More information about the arch-commits mailing list