summaryrefslogtreecommitdiff
path: root/community/xmms-imms
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/xmms-imms
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/xmms-imms')
-rw-r--r--community/xmms-imms/PKGBUILD32
1 files changed, 0 insertions, 32 deletions
diff --git a/community/xmms-imms/PKGBUILD b/community/xmms-imms/PKGBUILD
deleted file mode 100644
index fd6a5cb94..000000000
--- a/community/xmms-imms/PKGBUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 83686 2013-02-04 11:06:53Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Maintainer: Kritoke <kritoke@nospam.gmail.com>
-# Contributor: Kritoke <kritoke@nospam.gmail.com>
-
-pkgname=xmms-imms
-pkgver=3.1.0_rc10
-pkgrel=1
-pkgdesc="An intelligent playlist plug-in for XMMS that tracks your listening patterns and dynamically adapts to your taste."
-arch=(i686 x86_64)
-license=("GPL")
-url="http://imms.luminal.org/"
-depends=('xmms' 'pcre' 'sqlite' 'taglib' 'glib2' 'sox' 'torch' 'libxss' 'fftw')
-replaces=('imms')
-source=(http://imms.googlecode.com/files/imms-${pkgver/_/-}.tar.bz2)
-md5sums=('61302249e9638779b3241987ab62676d')
-
-build() {
- cd $srcdir/imms-${pkgver/_/-}
-
- if [ $NOEXTRACT -ne 1 ]; then
- autoheader
- aclocal
- autoconf
- CXXFLAGS="$CXXFLAGS -DDEBUG=0" ./configure --prefix=/usr --disable-immsremote
- fi
-
- make
- mkdir -p $pkgdir/usr/bin
- make prefix=$pkgdir/usr DESTDIR=$pkgdir/usr/lib/xmms/General \
- BMPDESTDIR=$pkgdir/usr/lib/bmp/General install
-}