1 # Maintainer: Arnaud Durand-Favreau <biginoz at FREE point FR>
7 pkgdesc="Srtm2Osm tool uses Shuttle Radar Topography Mission (SRTM) digital elevation model (DEM) to generate elevation contours (isohypses) of a selected terrain."
9 url="http://wiki.openstreetmap.org/wiki/Srtm2osm"
12 source=( http://topo.openstreetmap.de/Srtm2Osm-1.8.14.10.zip srtm2osm.sh)
14 md5sums=('fc9c7050de4796f8a192722363a12357'
15 '1b827dba82ee1f68895b155ea235c4a2')
20 cd $startdir/src/Srtm2Osm
21 install -d $startdir/pkg/usr/share/srtm2osm && \
22 install -D -m755 $startdir/src/srtm2osm.sh $startdir/pkg/usr/bin/srtm2osm || return 1
23 cp * $startdir/pkg/usr/share/srtm2osm ||return 1