-rw-r--r-- root/root usr/lib/pkgconfig/libdrm_nouveau.pc
-rw-r--r-- root/root usr/lib/pkgconfig/libdrm_radeon.pc
-rw-r--r-- root/root usr/lib/pkgconfig/libkms.pc
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man3/
--rw-r--r-- root/root usr/man/man3/drmAvailable.3.gz
--rw-r--r-- root/root usr/man/man3/drmHandleEvent.3.gz
--rw-r--r-- root/root usr/man/man3/drmModeGetResources.3.gz
# Depends on: libpthread-stubs xorg-libpciaccess
name=libdrm
-version=2.4.40
+version=2.4.41
release=1
source=(http://dri.freedesktop.org/libdrm/libdrm-$version.tar.bz2)
build() {
cd $name-$version
+
+ sed -i '/^\tman\/Makefile/d' configure.ac
+ autoconf
+
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install