CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 880 -
(show annotations)
Sun Oct 4 15:10:35 2009 UTC (3 years, 7 months ago) by cjg
File size: 386 byte(s)
Sun Oct 4 15:10:35 2009 UTC (3 years, 7 months ago) by cjg
File size: 386 byte(s)
libdrm: autoupdated to 2.4.4-1
| 1 | # Description: Userspace interface to kernel DRM services |
| 2 | # URL: http://dri.freedesktop.org/ |
| 3 | # Maintainer: Tilman Sauerbeck, tilman at crux dot nu |
| 4 | # Depends on: libpthread-stubs |
| 5 | |
| 6 | name=libdrm |
| 7 | version=2.4.4 |
| 8 | 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 | } |