| 1 | DESCRIPTION="giflib - A library for processing GIFs" |
|---|
| 2 | HOMEPAGE="http://sourceforge.net/projects/giflib/" |
|---|
| 3 | SRC_URI="http://sourceforge.net/projects/giflib/files/giflib%204.x/giflib-4.1.6/giflib-4.1.6.tar.bz2/download" |
|---|
| 4 | CHECKSUM_MD5="7125644155ae6ad33dbc9fc15a14735f" |
|---|
| 5 | REVISION="1" |
|---|
| 6 | STATUS_HAIKU="stable" |
|---|
| 7 | DEPEND="" |
|---|
| 8 | |
|---|
| 9 | BUILD { |
|---|
| 10 | cd giflib-4.1.6 |
|---|
| 11 | libtoolize --force --copy --install |
|---|
| 12 | ./autogen.sh |
|---|
| 13 | ./configure --prefix=/boot/common |
|---|
| 14 | make |
|---|
| 15 | } |
|---|
| 16 | |
|---|
| 17 | INSTALL { |
|---|
| 18 | cd giflib-4.1.6 |
|---|
| 19 | make install |
|---|
| 20 | } |
|---|
| 21 | |
|---|
| 22 | LICENSE="MIT" |
|---|
| 23 | COPYRIGHT="1997-2007 Eric S. Raymond and Toshio Kuratomi" |
|---|