Subversion Repository

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1223 - (hide annotations)
Sun Oct 4 15:13:18 2009 UTC (3 years, 8 months ago) by cjg
File size: 387 byte(s)
libdrm: autoupdate to 2.4.13-1
1 cjg 720 # Description: Userspace interface to kernel DRM services
2     # URL: http://dri.freedesktop.org/
3     # Maintainer: Tilman Sauerbeck, tilman at crux dot nu
4 cjg 856 # Depends on: libpthread-stubs
5 cjg 720
6     name=libdrm
7 cjg 1223 version=2.4.13
8 cjg 720 release=1
9     source=(http://dri.freedesktop.org/libdrm/libdrm-$version.tar.bz2)
10    
11     build() {
12     cd $name-$version
13     ./configure --prefix=/usr
14     make
15     make DESTDIR=$PKG install
16     }