CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 359 -
(show annotations)
Sun Oct 4 15:02:50 2009 UTC (3 years, 7 months ago) by cjg
File size: 441 byte(s)
Sun Oct 4 15:02:50 2009 UTC (3 years, 7 months ago) by cjg
File size: 441 byte(s)
libungif: fixed to 4.1.4-1
| 1 | # Description: An uncompressed GIF library compatible with giflib |
| 2 | # URL: http://libungif.sourceforge.net/doc/ |
| 3 | # Maintainer: Jose V Beneyto, sepen at crux dot nu |
| 4 | # Packager: Simone Rota, sip at crux dot nu |
| 5 | # Depends on: |
| 6 | |
| 7 | name=libungif |
| 8 | version=4.1.4 |
| 9 | release=1 |
| 10 | source=(http://crux.nu/files/distfiles/$name-$version.tar.gz) |
| 11 | |
| 12 | build() { |
| 13 | cd $name-$version |
| 14 | ./configure --prefix=/usr |
| 15 | make |
| 16 | make prefix=$PKG/usr install |
| 17 | rm -rf $PKG/usr/bin |
| 18 | } |