CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 214 -
(show annotations)
Sun Oct 4 15:01:49 2009 UTC (3 years, 7 months ago) by cjg
File size: 401 byte(s)
Sun Oct 4 15:01:49 2009 UTC (3 years, 7 months ago) by cjg
File size: 401 byte(s)
libpng: updated to 1.2.32
| 1 | # Description: Library of PNG support functions. |
| 2 | # URL: http://www.libpng.org |
| 3 | # Maintainer: Tilman Sauerbeck, tilman at crux dot nu |
| 4 | # Depends on: zlib |
| 5 | |
| 6 | name=libpng |
| 7 | version=1.2.32 |
| 8 | release=1 |
| 9 | source=(ftp://ftp.simplesystems.org/pub/$name/png/src/$name-$version.tar.bz2) |
| 10 | |
| 11 | build() { |
| 12 | cd $name-$version |
| 13 | |
| 14 | ./configure --prefix=/usr --mandir=/usr/man |
| 15 | |
| 16 | make |
| 17 | make DESTDIR=$PKG install |
| 18 | } |