HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • Back to Ticket #288

Ticket #288: gdal-1.7.2.bep

File gdal-1.7.2.bep, 582 bytes (added by michaelvoliveira, 5 years ago)

Duh! was missing the './configure' command. Definitely I have to sleep more

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

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/