Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv31040
Added Files:
shapelib.info shapelib.patch
Log Message:
new package
--- 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 <[email protected]>
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
<<
<<
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs