libdrm: update to 2.4.41

This commit is contained in:
Juergen Daubert 2013-01-18 19:30:02 +01:00
parent 3959897ebf
commit 5fd99cd327
3 changed files with 6 additions and 7 deletions

View File

@ -58,8 +58,3 @@ drwxr-xr-x root/root usr/lib/pkgconfig/
-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

View File

@ -1 +1 @@
626a3dc44a40ef37565b61732b688567 libdrm-2.4.40.tar.bz2
04f40d6a647e5149fe442cf536ae0a37 libdrm-2.4.41.tar.bz2

View File

@ -4,12 +4,16 @@
# 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