summaryrefslogtreecommitdiff
path: root/community/xmms-pulse/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-03-18 00:02:54 +0000
committerroot <root@rshg054.dnsready.net>2012-03-18 00:02:54 +0000
commitd14a25fc4f65ae3d6e62f4668e9cb88d74834255 (patch)
tree7c4f618283e9b502f0d9cfb5059ce38daa7738be /community/xmms-pulse/PKGBUILD
parent9a940818cc3edb82afac4d73a6474e6e3374f987 (diff)
Sun Mar 18 00:02:53 UTC 2012
Diffstat (limited to 'community/xmms-pulse/PKGBUILD')
-rw-r--r--community/xmms-pulse/PKGBUILD16
1 files changed, 10 insertions, 6 deletions
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 <jan.steffens@gmail.com>
# Contributor: Corrado Primier <bardo@aur.archlinux.org>
# Contributor: William Rea <sillywilly@gmail.com>
-# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
+# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
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
}