summaryrefslogtreecommitdiff
path: root/community/xmms-imms/PKGBUILD
blob: e6dc930f736e5ca76a7babf4feecaa17320f497f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# $Id: PKGBUILD 82400 2013-01-16 15:53:22Z 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=$startdir/pkg/usr/lib/xmms/General \
	 BMPDESTDIR=$pkgdir/usr/lib/bmp/General install
}