updated on Thu Jan 19 04:14:35 UTC 2012
[aur-mirror.git] / xmp / PKGBUILD
blob40e30401699b5f7cd99196568cafad4bd9609d1f
1 # Maintainer  : SpepS <dreamspepser at yahoo dot it>
2 # Contributor : john_schaf <john_schaf@hotmail.fr>
4 pkgname=xmp
5 pkgver=3.4.1
6 pkgrel=1
7 pkgdesc="The Extended Module Player is a portable command-line module player that supports over 90 module formats (Amiga, Atari, ..)"
8 arch=(i686 x86_64)
9 url="http://xmp.sourceforge.net/"
10 license=('GPL')
11 depends=('libpulse' 'esound' 'nas')
12 makedepends=('audacious' 'xmms' 'bmp')
13 optdepends=('audacious: audacious plugin'
14             'xmms: xmms plugin'
15             'bmp: bmp plugin'
16             'pulseaudio: pulseaduio support')
17 backup=('etc/xmp/xmp.conf' 'etc/xmp/modules.conf')
18 install="$pkgname.install"
19 source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
20 md5sums=('cae0d0879b51f36a1056196522c899b1')
22 build() {
23   cd "$srcdir/$pkgname-$pkgver"
25   ./configure --prefix=/usr \
26               --enable-nas \
27               --enable-pulseaudio \
28               --enable-xmms-plugin \
29               --enable-bmp-plugin \
30               --enable-audacious-plugin \
31               --enable-esd
32   make
35 package() {
36   cd "$srcdir/$pkgname-$pkgver"
38   make DESTDIR="$pkgdir/" install