CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 755 -
(hide annotations)
Sun Oct 4 15:09:41 2009 UTC (3 years, 7 months ago) by cjg
File size: 355 byte(s)
Sun Oct 4 15:09:41 2009 UTC (3 years, 7 months ago) by cjg
File size: 355 byte(s)
libdrm: updated to 2.4.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 | |||
| 5 | name=libdrm | ||
| 6 | cjg | 755 | version=2.4.1 |
| 7 | cjg | 720 | release=1 |
| 8 | source=(http://dri.freedesktop.org/libdrm/libdrm-$version.tar.bz2) | ||
| 9 | |||
| 10 | build() { | ||
| 11 | cd $name-$version | ||
| 12 | ./configure --prefix=/usr | ||
| 13 | make | ||
| 14 | make DESTDIR=$PKG install | ||
| 15 | } |