updated on Mon Jan 23 12:00:23 UTC 2012
[aur-mirror.git] / idjc-patchage / PKGBUILD
bloba58186bbec665731d519111134c559194f4cbaf2
1 # Contributor: Tobias Luther <tobias [at] tonstrom [dot] de>
2 # Resambled by Silvio Knizek <killermoehre@gmx.de>
4 pkgname=idjc-patchage
5 pkgver=0.8.3
6 pkgrel=1
7 pkgdesc='internet dj console shout- and icecast streaming program; uses patchage instead of qjackctl -> no qt dependencies'
8 arch=(i686 x86_64)
9 url="http://web.bethere.co.uk/idjc/"
10 depends=('python' 'jack' 'pygtk' 'lame' 'mutagen' 'flac' 'faad2' 'libsamplerate' 'libshout' 'vorbis-tools' 'libsndfile' 'ffmpeg' 'libmad' 'patchage' 'speex')
11 makedepends=('pkgconfig')
12 conflicts=('idjc' 'idjc-latest')
13 provides=('idjc')
14 source=("http://garr.dl.sourceforge.net/project/idjc/idjc/0.8/idjc-${pkgver}.tar.gz")
15 md5sums=('8035fbc2380aa1a8157fca607c1d6d79')
16 license=('GPLv3')
18 build() {
19         cd $startdir/src/idjc-$pkgver
20             ./configure --prefix=/usr CFLAGS="-O2"
21               make || return 1
22                 make DESTDIR=$pkgdir install
23         }