CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 1518 -
(show annotations)
Sun Nov 15 11:00:17 2009 UTC (3 years, 6 months ago) by acrux
File size: 412 byte(s)
Sun Nov 15 11:00:17 2009 UTC (3 years, 6 months ago) by acrux
File size: 412 byte(s)
synced with 2.6RC1
| 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 | # PPC!=: |
| 6 | |
| 7 | name=libdrm |
| 8 | version=2.4.15 |
| 9 | release=1 |
| 10 | source=(http://dri.freedesktop.org/libdrm/libdrm-$version.tar.bz2) |
| 11 | |
| 12 | build() { |
| 13 | cd $name-$version |
| 14 | ./configure --prefix=/usr --disable-intel |
| 15 | make |
| 16 | make DESTDIR=$PKG install |
| 17 | } |