summaryrefslogtreecommitdiffstats
path: root/abs/core/libvisual-projectm/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/libvisual-projectm/PKGBUILD')
-rw-r--r--abs/core/libvisual-projectm/PKGBUILD26
1 files changed, 0 insertions, 26 deletions
diff --git a/abs/core/libvisual-projectm/PKGBUILD b/abs/core/libvisual-projectm/PKGBUILD
deleted file mode 100644
index ea20118..0000000
--- a/abs/core/libvisual-projectm/PKGBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# $Id: PKGBUILD 61634 2009-12-20 18:27:47Z andrea $
-# Contributor: Alexander Baldeck <alexander@archlinux.org>
-
-pkgname=libvisual-projectm
-pkgver=2.0.1
-pkgrel=1
-pkgdesc="ProjectM XMMS plugin"
-arch=('i686' 'x86_64')
-url="http://projectm.sourceforge.net/"
-license=('GPL')
-depends=('projectm>=2.0.1' 'libvisual' 'sdl')
-makedepends=('pkgconfig' 'cmake' 'libxext')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/projectm/projectM_libvisual-${pkgver}-Source.tar.gz)
-md5sums=('35e09b09210d48b437e3574bd00b15a8')
-
-build() {
- cd ${srcdir}
- mkdir build
- cd build
- cmake ../projectM_libvisual-${pkgver}-Source \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release || return 1
- make || return
- make DESTDIR=${pkgdir} install || return
-}