CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 334 -
(show annotations)
Sun Oct 4 15:02:38 2009 UTC (3 years, 7 months ago) by cjg
File size: 443 byte(s)
Sun Oct 4 15:02:38 2009 UTC (3 years, 7 months ago) by cjg
File size: 443 byte(s)
glitz: fixed to 0.5.6-1
| 1 | # Description: An OpenGL image compositing library |
| 2 | # URL: http://www.freedesktop.org/Software/glitz |
| 3 | # Maintainer: Tilman Sauerbeck, tilman at crux dot nu |
| 4 | # Depends on: mesa3d |
| 5 | |
| 6 | name=glitz |
| 7 | version=0.5.6 |
| 8 | release=1 |
| 9 | source=(http://cairographics.org/snapshots/$name-$version.tar.gz) |
| 10 | |
| 11 | build() { |
| 12 | cd $name-$version |
| 13 | ./configure --prefix=/usr |
| 14 | make |
| 15 | make DESTDIR=$PKG install |
| 16 | sed -i -e "s| -L$SRC/$name-$version/src ||" $PKG/usr/lib/libglitz-glx.la |
| 17 | } |