| 1 | DESCRIPTION="GDAL - Geospatial Data Abstraction Library" |
|---|
| 2 | HOMEPAGE="www.gdal.org" |
|---|
| 3 | SRC_URI="http://download.osgeo.org/gdal/gdal-1.7.2.tar.gz" |
|---|
| 4 | CHECKSUM_MD5="05351f8cb61761ae579667e24a297fe6" |
|---|
| 5 | REVISION="1" |
|---|
| 6 | STATUS_HAIKU="stable" |
|---|
| 7 | DEPEND="" |
|---|
| 8 | BUILD { |
|---|
| 9 | cd gdal-1.7.2 |
|---|
| 10 | libtoolize --force --copy --install |
|---|
| 11 | ./autogen.sh |
|---|
| 12 | ./configure --prefix=/boot/common |
|---|
| 13 | make |
|---|
| 14 | } |
|---|
| 15 | |
|---|
| 16 | INSTALL { |
|---|
| 17 | cd gdal-1.7.2 |
|---|
| 18 | make install |
|---|
| 19 | } |
|---|
| 20 | |
|---|
| 21 | LICENSE="MIT" |
|---|
| 22 | COPYRIGHT="1996 Hughes and Applied Research Corporation" |
|---|
| 23 | COPYRIGHT="1997-2003 Utrecht University" |
|---|
| 24 | COPYRIGHT="2002 Industrial Light & Magic" |
|---|
| 25 | COPYRIGHT="2009 David F. Rogers" |
|---|