commit 43813cffc40cea82937c624138befcd8e79dad73 Author: Danny Rawlins <monster.romster@gmail.com> Date: Tue Dec 30 21:34:30 2014 +1100 libvdpau-32: explicit disable build of documentation. builds some docs if doxygen, graphviz and tex is installed. diff --git a/libvdpau-32/Pkgfile b/libvdpau-32/Pkgfile index c4281ec..30dde43 100644 --- a/libvdpau-32/Pkgfile +++ b/libvdpau-32/Pkgfile @@ -5,7 +5,7 @@ name=libvdpau-32 version=0.9 -release=1 +release=2 source=(http://people.freedesktop.org/~aplattner/vdpau/libvdpau-$version.tar.gz) build() { @@ -15,7 +15,8 @@ build() { --prefix=/usr \ --mandir=/usr/man \ --libdir=/usr/lib32 \ - --disable-dependency-tracking + --disable-dependency-tracking \ + --disable-documentation make make DESTDIR=$PKG install