summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/libvisual/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core-testing/libvisual/PKGBUILD')
-rw-r--r--abs/core-testing/libvisual/PKGBUILD21
1 files changed, 0 insertions, 21 deletions
diff --git a/abs/core-testing/libvisual/PKGBUILD b/abs/core-testing/libvisual/PKGBUILD
deleted file mode 100644
index eb01e19..0000000
--- a/abs/core-testing/libvisual/PKGBUILD
+++ /dev/null
@@ -1,21 +0,0 @@
-# $Id: PKGBUILD 8760 2008-08-16 05:23:46Z eric $
-# Maintainer: damir <damir@archlinux.org>
-
-pkgname=libvisual
-pkgver=0.4.0
-pkgrel=1
-pkgdesc="abstraction library that comes between applications and audio visualisation plugins"
-arch=("i686" "x86_64")
-url="http://localhost.nl/~synap/libvisual/"
-depends=('glibc')
-options=('!libtool')
-source=("http://downloads.sourceforge.net/sourceforge/libvisual/libvisual-$pkgver.tar.gz")
-md5sums=('f4e78547c79ea8a8ad111cf8b85011bb')
-
-build()
-{
- cd $startdir/src/$pkgname-$pkgver
- ./configure --prefix=/usr
- make || return 1
- make DESTDIR=$startdir/pkg install
-}