From 3292ca9fcd6c508a64f66a61b97af184701350d5 Mon Sep 17 00:00:00 2001 From: Cecil Date: Sat, 6 Aug 2011 22:57:47 -0700 Subject: libvisual:Bumped to latest. --- abs/core/libvisual/PKGBUILD | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/abs/core/libvisual/PKGBUILD b/abs/core/libvisual/PKGBUILD index eb01e19..11b5667 100644 --- a/abs/core/libvisual/PKGBUILD +++ b/abs/core/libvisual/PKGBUILD @@ -1,21 +1,22 @@ -# $Id: PKGBUILD 8760 2008-08-16 05:23:46Z eric $ +# $Id: PKGBUILD 78070 2010-04-19 09:02:43Z dgriffiths $ # Maintainer: damir pkgname=libvisual pkgver=0.4.0 -pkgrel=1 -pkgdesc="abstraction library that comes between applications and audio visualisation plugins" +pkgrel=3 +pkgdesc="Abstraction library that comes between applications and audio visualisation plugins" arch=("i686" "x86_64") -url="http://localhost.nl/~synap/libvisual/" +url="http://sourceforge.net/projects/libvisual/" +license=('LGPL') depends=('glibc') options=('!libtool') -source=("http://downloads.sourceforge.net/sourceforge/libvisual/libvisual-$pkgver.tar.gz") +source=("http://downloads.sourceforge.net/sourceforge/libvisual/libvisual-${pkgver}.tar.gz") md5sums=('f4e78547c79ea8a8ad111cf8b85011bb') build() { - cd $startdir/src/$pkgname-$pkgver - ./configure --prefix=/usr + cd ${srcdir}/${pkgname}-${pkgver} + ./configure --prefix=/usr || return 1 make || return 1 - make DESTDIR=$startdir/pkg install + make DESTDIR=${pkgdir} install || return 1 } -- cgit v0.12