libdrm: update to 2.4.43

This commit is contained in:
Juergen Daubert 2013-03-29 17:30:46 +01:00
parent b356f0902a
commit 70f5e3fdcf
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
a6e2e26951bcc920b2049b65e86a659f libdrm-2.4.42.tar.bz2
7de4afd3756726d11f1bf75bd91ba716 libdrm-2.4.43.tar.bz2

View File

@ -4,7 +4,7 @@
# Depends on: libpthread-stubs xorg-libpciaccess
name=libdrm
version=2.4.42
version=2.4.43
release=1
source=(http://dri.freedesktop.org/libdrm/libdrm-$version.tar.bz2)
@ -13,5 +13,5 @@ build() {
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
rm -r $PKG/usr/man
rm -r $PKG/usr/{bin,man}
}