CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 230 -
(show annotations)
Sun Oct 4 15:01:54 2009 UTC (3 years, 8 months ago) by cjg
File size: 451 byte(s)
Sun Oct 4 15:01:54 2009 UTC (3 years, 8 months ago) by cjg
File size: 451 byte(s)
imlib2: updated to 1.4.2
| 1 | # Description: Powerful image loading and rendering library |
| 2 | # URL: http://www.enlightenment.org/ |
| 3 | # Maintainer: acrux, acrux at linuxmail dot com |
| 4 | # Depends on: libpng, libjpeg, freetype, libungif |
| 5 | # PPC!= |
| 6 | |
| 7 | name=imlib2 |
| 8 | version=1.4.2 |
| 9 | release=1 |
| 10 | source=(http://dl.sourceforge.net/sourceforge/enlightenment/$name-$version.tar.gz) |
| 11 | build() |
| 12 | { |
| 13 | cd $name-$version |
| 14 | |
| 15 | ./configure --prefix=/usr --with-gnu-ld |
| 16 | make |
| 17 | make DESTDIR=$PKG install |
| 18 | } |