[arch-commits] Commit in liblrdf/trunk (PKGBUILD)
Giovanni Scafora
giovanni at archlinux.org
Wed Feb 10 13:46:23 UTC 2010
Date: Wednesday, February 10, 2010 @ 08:46:22
Author: giovanni
Revision: 68010
Modified:
liblrdf/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-02-10 13:42:03 UTC (rev 68009)
+++ PKGBUILD 2010-02-10 13:46:22 UTC (rev 68010)
@@ -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