Files
haikuports/sci-libs/gdal/gdal-1.7.2.recipe
Oliver Tappe 60aba35d64 * convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00

29 lines
647 B
Plaintext

DESCRIPTION="GDAL - Geospatial Data Abstraction Library"
HOMEPAGE="www.gdal.org"
SRC_URI="http://download.osgeo.org/gdal/gdal-1.7.2.tar.gz"
CHECKSUM_MD5="05351f8cb61761ae579667e24a297fe6"
REVISION="1"
STATUS_HAIKU="stable"
MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building."
DEPEND=""
BUILD()
{
cd gdal-1.7.2
libtoolize --force --copy --install
./autogen.sh
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL()
{
cd gdal-1.7.2
make install
}
LICENSE="MIT"
COPYRIGHT="1996 Hughes and Applied Research Corporation
1997-2003 Utrecht University
2002 Industrial Light & Magic
2009 David F. Rogers"