diff options
Diffstat (limited to 'community/xmms-imms/PKGBUILD')
-rw-r--r-- | community/xmms-imms/PKGBUILD | 32 |
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 -} |