libdrm-32: 2.4.41 -> 2.4.42

This commit is contained in:
Danny Rawlins 2013-02-19 12:59:34 +11:00
parent 1fe51c90e6
commit b8ad2ee793
2 changed files with 3 additions and 6 deletions

View File

@ -1 +1 @@
04f40d6a647e5149fe442cf536ae0a37 libdrm-2.4.41.tar.bz2
a6e2e26951bcc920b2049b65e86a659f libdrm-2.4.42.tar.bz2

View File

@ -4,21 +4,18 @@
# Depends on: libpthread-stubs-32 xorg-libpciaccess-32 libdrm
name=libdrm-32
version=2.4.41
version=2.4.42
release=1
source=(http://dri.freedesktop.org/libdrm/libdrm-$version.tar.bz2)
build() {
cd libdrm-$version
sed -i '/^\tman\/Makefile/d' configure.ac
autoconf
./configure --prefix=/usr \
--libdir=/usr/lib32 \
--mandir=/usr/man
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/{include,man}
rm -r $PKG/usr/{include,man}
}