CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
|
Patch
| revision 877, Sun Oct 4 15:10:34 2009 UTC | revision 878, Sun Oct 4 15:10:34 2009 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | # Description: An uncompressed GIF library compatible with giflib | # Description: An uncompressed GIF library compatible with giflib |
| 2 | # URL: http://libungif.sourceforge.net/doc/ | # URL: http://libungif.sourceforge.net/doc/ |
| 3 | # Maintainer: Simone Rota, sip at crux dot nu | # 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 | name=libungif |
| 8 | version=4.1.4 | version=4.1.4 |
| # | Line 8 release=1 | Line 10 release=1 |
| 10 | source=(http://crux.nu/files/distfiles/$name-$version.tar.gz) | source=(http://crux.nu/files/distfiles/$name-$version.tar.gz) |
| 11 | ||
| 12 | build() { | build() { |
| 13 | cd $name-$version | cd $name-$version |
| 14 | ./configure --prefix=/usr | ./configure --prefix=/usr |
| 15 | make | make |
| 16 | make prefix=$PKG/usr install | make prefix=$PKG/usr install |
| 17 | rm -rf $PKG/usr/bin | rm -rf $PKG/usr/bin |
| 18 | } | } |
|
||||||||