Subversion Repository

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1721 - (hide annotations)
Wed Mar 3 20:32:21 2010 UTC (3 years, 2 months ago) by acrux
File size: 522 byte(s)
libdrm: updated to 2.4.19
1 cjg 720 # Description: Userspace interface to kernel DRM services
2     # URL: http://dri.freedesktop.org/
3 acrux 1552 # Packager: Tilman Sauerbeck, tilman at crux dot nu
4     # Maintainer: acrux, acrux at linuxmail dot org
5 cjg 856 # Depends on: libpthread-stubs
6 acrux 1518 # PPC!=:
7 cjg 720
8     name=libdrm
9 acrux 1721 version=2.4.19
10 acrux 1574 release=1
11 acrux 1675 source=(http://dri.freedesktop.org/$name/$name-$version.tar.bz2)
12 cjg 720
13     build() {
14 acrux 1594 cd $name-$version
15 acrux 1675 ./configure --prefix=/usr --with-gnu-ld \
16     --disable-intel --enable-udev \
17 acrux 1552 --enable-nouveau-experimental-api
18    
19 cjg 720 make
20     make DESTDIR=$PKG install
21     }