1 # Contributor: Dylon Edwards <deltaecho@archlinux.org>
7 pkgdesc="A set of libraries and tools for remote sensing and geographic information systems"
8 url="http://www.ossim.org/OSSIM/OSSIMHome.html"
11 arch=('i686' 'x86_64')
13 depends=('freetype2' 'gdal' 'libgeotiff' 'libjpeg' 'libtiff' 'libwms' 'openthreads')
20 # This is for version 1.7.13, not 13935,
21 #+ so I don't want Pacman to change the pkgver ;)
22 svntrunk="http://svn.osgeo.org/ossim/tags/v${pkgver//./_}"
27 # Checkout the source code
28 [[ ! -d ${svnmod}/.svn ]] && svn co ${svntrunk}/${svnmod}
33 ./configure --prefix=/usr \
35 --localstatedir=/var \
36 --enable-optimization \
37 --disable-debug || return 1
39 # Make and install the application
41 make DESTDIR=${pkgdir} install || return 1
43 # Install the configuration file
44 install -D -m644 etc/config_files/dbossim.cfg ${pkgdir}/etc/ossim/dbossim.cfg