CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 1194 -
(hide annotations)
Sun Oct 4 15:13:01 2009 UTC (3 years, 8 months ago) by cjg
File size: 387 byte(s)
Sun Oct 4 15:13:01 2009 UTC (3 years, 8 months ago) by cjg
File size: 387 byte(s)
libdrm: autoupdate to 2.4.12-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 | 1194 | version=2.4.12 |
| 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 | } |