Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils
In directory vz-cvs-3.sog:/tmp/cvs-serv30592/stable/main/finkinfo/utils

Added Files:
        xfplan.info xfplan.patch 
Log Message:
xfplan to stable with dep-upgrades


--- NEW FILE: xfplan.info ---
Package: xfplan
Version: 0.8-20081218
Revision: 2
Distribution: 10.4, 10.5
Maintainer: Kevin Horton <[email protected]>

Source: http://www.kilohotel.com/fink/%n-%v.tar.gz
Source-MD5: 618bc81391596f4934035114bc244fc8
Source2: http://www.kilohotel.com/fink/fplan-db-2008.11.20.zip
Source2-MD5: 5e75bf86636954e0e02ecffe91117573
SourceDirectory: xfplan

Depends: gnome-libs-shlibs,  x11,  glib-shlibs, imlib-shlibs, gtk+-shlibs, 
esound-shlibs, audiofile-shlibs, libgettext8-shlibs, libpng15-shlibs
BuildDepends: gnome-libs-dev, x11-dev, glib, imlib, gtk+, esound, audiofile, 
libgettext8-dev, fink (>= 0.24.12), libpng15
Conflicts: fplan, fplan-nox
Replaces: fplan, fplan-nox

PatchFile: %n.patch
PatchFile-MD5: 11d4e800d67441aad428d201ab5012df
PatchScript: sed 's|@PREFIX@|%p|g' <%{PatchFile} | patch -p1
UseMaxBuildJobs: false
CompileScript: <<
  cd ShapeLib; make
  make
<<

InstallScript: <<
  make install prefix=%i
  /usr/bin/install -d -m 755 %i/share/fplan/
  /bin/cp ../fplan-db-2008.11.20/* %i/share/fplan
  /bin/cp fplan.5 %i/share/man/man5/
<<
DocFiles: ANNOUNCE AUTHORS BUGS CHANGE.LOG FAQ LICENSE NOTES README TODO guide*
Description: Flight Planning Tool
DescDetail: <<
 xfplan is an application designed to assist general aviation pilots in 
 creating flight plans for cross country flights in powered aircraft.
<<

DescUsage: <<
 xfplan requires a database of airports, VORs, etc to do anything useful.
 Databases for US airports, navaids, special use airspace, state boundaries,
 etc are installed in %p/share/fplan as part of this package.
 
 Use paddb to create a personal database if desired.  paddb is very 
 particular about the format of the input file.  See the User's Quide and
 man 5 fplan.
<<

License: GPL
Homepage: http://fplan.sourceforge.net/

--- NEW FILE: xfplan.patch ---
diff -Naur Makefile.orig Makefile
--- xfplan-0.1/Makefile.orig    2005-06-01 21:48:31.000000000 -0400
+++ xfplan-0.1/Makefile        2005-06-01 22:09:36.000000000 -0400
@@ -165,8 +165,8 @@
 
 
 # For Mac OSX, use these settings:
-#prefix = /sw
-#CCOPTS = -no-cpp-precomp -I/sw/include
+prefix = @PREFIX@
+CCOPTS = -no-cpp-precomp -I@PREFIX@/include
 
 # ---------------------------------------------------------------------------
 # Define any additional flags required by the loader for the link phase,

diff -Naur config.h config.h.new
--- xfplan-0.1/config.h    2005-06-01 21:48:31.000000000 -0400
+++ xfplan-0.1/config.h.new        2005-06-01 22:01:22.000000000 -0400
@@ -33,7 +33,7 @@
 
 #ifndef        DEFAULT_FPLAN_PATH
 #define        DEFAULT_FPLAN_PATH      \
-       "/usr/local/share/fplan:/usr/share/fplan:./data:./Data"
+       "@PREFIX@/share/fplan:@PREFIX@/fplan:./data:./Data"
 #endif
 
 #define        DIR_SEPARATOR_STR       "/"


------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to