CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 3 -
(show annotations)
Sun Oct 4 14:31:26 2009 UTC (3 years, 8 months ago) by cjg
File size: 462 byte(s)
Sun Oct 4 14:31:26 2009 UTC (3 years, 8 months ago) by cjg
File size: 462 byte(s)
mass update
| 1 | # Description: Library of JPEG support functions. |
| 2 | # URL: http://www.ijg.org/ |
| 3 | # Maintainer: Tilman Sauerbeck, tilman at crux dot nu |
| 4 | |
| 5 | name=libjpeg |
| 6 | version=6b |
| 7 | release=1 |
| 8 | source=(ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v$version.tar.gz) |
| 9 | |
| 10 | build() { |
| 11 | cd jpeg-$version |
| 12 | |
| 13 | ./configure --prefix=/usr --enable-shared --enable-static |
| 14 | make LIBTOOL=libtool |
| 15 | mkdir -p $PKG/usr/include $PKG/usr/lib |
| 16 | make LIBTOOL=libtool prefix=/$PKG/usr install-lib |
| 17 | } |