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

Added Files:
        shapelib.info shapelib.patch 
Log Message:
forgot to commit this in recent ->stable sweep


--- NEW FILE: shapelib.patch ---
diff -ruN shapelib-1.3.0b1-orig/Makefile shapelib-1.3.0b1/Makefile
--- shapelib-1.3.0b1-orig/Makefile      2007-12-14 05:27:13.000000000 +0900
+++ shapelib-1.3.0b1/Makefile   2010-03-23 16:54:03.000000000 +0900
@@ -11,17 +11,8 @@
 
 all:   shpcreate shpadd shpdump shprewind dbfcreate dbfadd dbfdump shptest
 
-shpopen.o:     shpopen.c shapefil.h
-       $(CC) $(CFLAGS) -c shpopen.c
-
-shptree.o:     shptree.c shapefil.h
-       $(CC) $(CFLAGS) -c shptree.c
-
-dbfopen.o:     dbfopen.c shapefil.h
-       $(CC) $(CFLAGS) -c dbfopen.c
-
-safileio.o:    safileio.c shapefil.h
-       $(CC) $(CFLAGS) -c safileio.c
+.c.o: .h
[...4357 lines suppressed...]
+If FILE is a libtool library, all the files associated with it are deleted.
+Otherwise, only FILE itself is deleted using RM."
+  ;;
+
+*)
+  $echo "$modename: invalid operation mode \`$mode'" 1>&2
+  $echo "$help" 1>&2
+  exit 1
+  ;;
+esac
+
+echo
+$echo "Try \`$modename --help' for more information about other modes."
+
+exit 0
+
+# Local Variables:
+# mode:shell-script
+# sh-indentation:2
+# End:

--- NEW FILE: shapelib.info ---
Info2: <<
Package: shapelib
Version: 1.3.0b1
Revision: 1
License: LGPL
Maintainer: BABA Yoshihiko <babayoshih...@mac.com>
Homepage: http://shapelib.maptools.org
Description: Shape Library binaries
DescDetail: <<
  The Shapefile C Library provides the ability to write simple
C programs for reading, writing and updating (to a limited extent)
ESRI Shapefiles, and the associated attribute file (.dbf).
<<
Depends: <<
  %n-shlibs (=%v-%r)
<<
BuildDepends: <<
  fink (>= 0.28)
<<
Source: http://download.osgeo.org/shapelib/%n-%v.tar.gz
Source-MD5: b8da228374611880ab52179b70c72f16
PatchFile: %n.patch
PatchFile-MD5: 6b0d7739de563781dd9b944e43e13978

CompileScript: <<
  cp /usr/bin/glibtool libtool
  make
  make lib PREFIX=%p
  install_name_tool -id "%p/lib/libshp.1.0.1.dylib" .libs/libshp.1.dylib
<<

InstallScript: <<
  mkdir -p %i/bin
  cp shpcreate shpadd shpdump shprewind dbfcreate dbfadd dbfdump shptest %i/bin/
  chmod 555 %i/bin/*
  make lib_install DEST_DIR=%i
<<
DocFiles: web/*.html ChangeLog HOWTO-RELEASE LICENSE.LGPL README


SplitOff: <<
  Package: %N-shlibs
  Description: Shapefile Library
  Files: lib/libshp.1.0.1.dylib
  Shlibs: %p/lib/libshp.1.0.1.dylib 2.0.0 %n (>= 1.3.0b1-1)
  DocFiles: web/*.html ChangeLog HOWTO-RELEASE LICENSE.LGPL README
<<
SplitOff2: <<
  Package: %N-dev
  Description: Shape Library headers
  BuildDependsOnly: true
  Depends: <<
    %N-shlibs (=%v-%r)
  <<
  Files: include/libshp/shapefil.h lib/libshp.1.dylib lib/libshp.dylib 
lib/libshp.a lib/libshp.la
  Shlibs: <<
    !%p/lib/libshp.1.dylib
    !%p/lib/libshp.dylib
  <<
  DocFiles: web/*.html ChangeLog HOWTO-RELEASE LICENSE.LGPL README
<<

<<


------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to