Subversion Repository

Parent Directory Parent Directory | Revision Log Revision Log


Revision 848 - (show annotations)
Sun Oct 4 15:10:23 2009 UTC (3 years, 7 months ago) by cjg
File size: 495 byte(s)
libjpeg: added PPC!= comment
1 # Description: Library of JPEG support functions.
2 # URL: http://www.ijg.org/
3 # Maintainer: Tilman Sauerbeck, tilman at crux dot nu
4 # PPC!= specify libtool to make
5
6 name=libjpeg
7 version=6b
8 release=1
9 source=(ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v$version.tar.gz)
10
11 build() {
12 cd jpeg-$version
13
14 ./configure --prefix=/usr --enable-shared --enable-static
15 make LIBTOOL=libtool
16 mkdir -p $PKG/usr/include $PKG/usr/lib
17 make LIBTOOL=libtool prefix=/$PKG/usr install-lib
18 }