Date: Friday, March 23, 2012 @ 12:13:33
  Author: bisson
Revision: 154117

remove documentation altogether

Modified:
  mpd/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2012-03-23 14:00:54 UTC (rev 154116)
+++ PKGBUILD    2012-03-23 16:13:33 UTC (rev 154117)
@@ -7,7 +7,7 @@
 
 pkgname=mpd
 pkgver=0.16.7
-pkgrel=2
+pkgrel=3
 pkgdesc='Flexible, powerful, server-side application for playing music'
 url='http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki'
 license=('GPL')
@@ -36,6 +36,7 @@
                --disable-libwrap \
                --disable-cue \
                --disable-sidplay \
+               --disable-documentation \
                --with-systemdsystemunitdir=/lib/systemd/system
 
        make
@@ -57,8 +58,4 @@
        install -Dm755 ../rc.d "${pkgdir}"/etc/rc.d/mpd
        install -d -g 45 -o 45 "${pkgdir}"/var/lib/mpd/playlists
        install -Dm644 doc/mpdconf.example 
"${pkgdir}"/usr/share/mpd/mpd.conf.example
-
-       cd "${pkgdir}"/usr/share/doc/mpd
-       tar cfJ api.tar.xz --remove-files api
-       rmdir developer protocol user
 }

Reply via email to