From d14a25fc4f65ae3d6e62f4668e9cb88d74834255 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 18 Mar 2012 00:02:54 +0000 Subject: Sun Mar 18 00:02:53 UTC 2012 --- community/xmms-pulse/PKGBUILD | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'community/xmms-pulse/PKGBUILD') diff --git a/community/xmms-pulse/PKGBUILD b/community/xmms-pulse/PKGBUILD index 7d54aae91..019e8a140 100644 --- a/community/xmms-pulse/PKGBUILD +++ b/community/xmms-pulse/PKGBUILD @@ -1,11 +1,12 @@ -# $Id: PKGBUILD 17281 2010-05-22 17:51:17Z heftig $ +# $Id: PKGBUILD 68002 2012-03-17 00:12:40Z giovanni $ +# Maintainer: Jan "heftig" Steffens # Contributor: Corrado Primier # Contributor: William Rea -# Maintainer: Daniel J Griffiths +# Contributor: Daniel J Griffiths pkgname=xmms-pulse pkgver=0.9.4 -pkgrel=2 +pkgrel=3 pkgdesc="An XMMS output plugin for the PulseAudio sound server" arch=('i686' 'x86_64') url="http://0pointer.de/lennart/projects/xmms-pulse" @@ -13,16 +14,19 @@ license=('GPL') depends=('xmms' 'pulseaudio') groups=('xmms-plugins' 'xmms-io-plugins') options=('!libtool') -source=(http://0pointer.de/lennart/projects/xmms-pulse/${pkgname}-${pkgver}.tar.gz) +source=("http://0pointer.de/lennart/projects/xmms-pulse/${pkgname}-${pkgver}.tar.gz") md5sums=('c879939a6242f07b69298b30bcdeb6c5') build() { cd ${srcdir}/${pkgname}-${pkgver} - ./configure --prefix=/usr --disable-lynx - make || return 1 + + ./configure --prefix=/usr \ + --disable-lynx + make } package() { cd ${srcdir}/${pkgname}-${pkgver} + make DESTDIR=${pkgdir} install } -- cgit v1.2.3-54-g00ecf