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

Context Navigation

  • Back to Ticket #288

Ticket #288: gdal-1.6.3.2.bep

File gdal-1.6.3.2.bep, 312 bytes (added by michaelvoliveira, 6 years ago)

oops! I did horrible mistakes here! the previous bep file would never get the file nor builds or installs! Fixed. I'll take some rest now

Line 
1DESCRIPTION="GDAL - Geospatial Data Abstraction Library"
2HOMEPAGE="www.gdal.org"
3SRC_URI="http://download.osgeo.org/gdal/gdal-1.6.3.tar.gz"
4REVISION="1"
5STATUS_HAIKU="stable"
6DEPEND=""
7BUILD {
8        cd gdal-1.6.3
9        libtoolize --force --copy --install
10        ./autogen.sh
11        make
12}
13
14INSTALL {
15        cd  gdal-1.6.3
16        make install
17}

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/