1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
#
# Copyright (C) 2000-2026 The Xastir Group
#
scriptsdir=${pkgdatadir}/scripts
dist_scripts_DATA = \
ads-b.pl \
ais.pl \
ais_pp.pl \
Coordinate.pm \
coord-convert.pl \
geopdf2gtiff.pl \
get-BOMdata \
get-fcc-rac.pl \
get-NWSdata \
gpx2shape \
icontable.pl \
inf2geo.pl \
kiss-off.pl \
langElmerFudd.pl \
langMuppetsChef.pl \
langOldeEnglish.pl \
langPigLatin.pl \
langPirateEnglish.pl \
mapblast2geo.pl \
mapfgd.pl \
object2shp.pl \
overlay.pl \
ozi2geo.pl \
permutations.pl \
pos2shp.pl \
ridge_radar.pl \
slideshow.pl \
test_coord.pl \
toporama50k.pl \
toporama250k.pl\
track-get.pl \
update_langfile.pl \
waypoint-get.pl \
wms.pl \
wxnowsrv.pl
install-data-hook:
cd $(DESTDIR)$(scriptsdir) && \
chmod a+x *.pl get-* gpx2*
|