updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / xmms-mac / PKGBUILD
blob939af69de35d3790d1e5710f3ce42caee662dafb
1 # Contributor: Giorgio Gilestro <giorgio@gilest.ro>
3 pkgname=xmms-mac
4 pkgver=0.3.1
5 pkgrel=2
6 pkgdesc="XMMS plugin for Monkeys audio files"
7 arch=('any')
8 url="http://public.www.planetmirror.com/pub/sf/m/ma/mac-port/"
9 license="GNU LGPL"
10 depends=('xmms' 'mac')
11 groups=('xmms-plugins' 'xmms-io-plugins')
12 options=(!libtool)
13 source=(http://repository.slacky.eu/slackware-12.0/multimedia/xmms-mac/$pkgver/src/$pkgname-$pkgver.tar.gz)
15 md5sums=('7a4be5e3433c68f155f5b2913e4f21ba')
17 build() {
18   cd $startdir/src/$pkgname-$pkgver
19   ./configure --prefix=/usr
20   make || return 1
21   make DESTDIR=$startdir/pkg install