gdbm stable port information

Package: gdbm
Version: 1.8.0
Revision: 8
Source: gnu
Source-MD5: cd543862287f55ad66e62cc9d82cc906
Depends: %N-shlibs (= %v-%r)
BuildDepends: fink (>= 0.9.9)
Conflicts: gdbm3
Replaces: gdbm3
UpdateConfigGuess: true
UpdateLibtool: true
NoSetCPPFlags: true
Patch: %n.patch
CompileScript: <<
./configure %c
make prefix=%p
<<
InstallScript: <<
make install prefix=%i man3dir=%i/share/man/man3 infodir=%i/share/info
make install-compat prefix=%i man3dir=%i/share/man/man3 infodir=%i/share/info
<<
DocFiles: COPYING README NEWS
InfoDocs: gdbm.info
BuildDependsOnly: True
SplitOff: <<
Package: %N-shlibs
Replaces: gdbm (<< 1.8.0-5)
Files: lib/libgdbm.2.0.0.dylib lib/libgdbm.2.dylib
Shlibs: %p/lib/libgdbm.2.dylib 3.0.0 %n (>= 1.8.0-6)
Description: Shared libraries for gdbm package
DocFiles: COPYING README NEWS
<<
Description: GNU dbm library
DescDetail: <<
gdbm is the GNU implementation of the dbm database API.
<<
DescPackaging: <<
The Makefile doesn't get the prefix, so it must be set manually in the
compile step. The Makefile also tries to set some special file owners
and groups. Disabled by a patch.

Previous versions by Christoph Pfisterer.
<<
License: GPL
Maintainer: Dave Morrison
Homepage: http://www.gnu.org/software/gdbm/

gdbm stable port .patch

diff -ru gdbm-1.8.0/Makefile.in gdbm-1.8.0-patched/Makefile.in
--- gdbm-1.8.0/Makefile.in Wed May 19 05:16:06 1999
+++ gdbm-1.8.0-patched/Makefile.in Tue Feb 6 16:29:11 2001
@@ -122,18 +122,14 @@
install: libgdbm.la gdbm.h gdbm.info
$(srcdir)/mkinstalldirs $(libdir) $(includedir) $(man3dir) $(infodir)
$(LIBTOOL) install -c libgdbm.la $(libdir)/libgdbm.la
- $(INSTALL_DATA) -o $(BINOWN) -g $(BINGRP) gdbm.h $(includedir)/gdbm.h
- $(INSTALL_DATA) -o $(BINOWN) -g $(BINGRP) $(srcdir)/gdbm.3 \
- $(man3dir)/gdbm.3
- $(INSTALL_DATA) -o $(BINOWN) -g $(BINGRP) $(srcdir)/gdbm.info \
- $(infodir)/gdbm.info
+ $(INSTALL_DATA) gdbm.h $(includedir)/gdbm.h
+ $(INSTALL_DATA) $(srcdir)/gdbm.3 $(man3dir)/gdbm.3
+ $(INSTALL_DATA) $(srcdir)/gdbm.info $(infodir)/gdbm.info

install-compat:
$(srcdir)/mkinstalldirs $(includedir)
- $(INSTALL_DATA) -o $(BINOWN) -g $(BINGRP) $(srcdir)/dbm.h \
- $(includedir)/dbm.h
- $(INSTALL_DATA) -o $(BINOWN) -g $(BINGRP) $(srcdir)/ndbm.h \
- $(includedir)/ndbm.h
+ $(INSTALL_DATA) $(srcdir)/dbm.h $(includedir)/dbm.h
+ $(INSTALL_DATA) $(srcdir)/ndbm.h $(includedir)/ndbm.h

#libgdbm.a: $(OBJS) gdbm.h
# rm -f libgdbm.a

gdbm _unstable_ port information

Package: gdbm
Version: 1.8.0
Revision: 8
Source: gnu
Source-MD5: cd543862287f55ad66e62cc9d82cc906
Depends: %N-shlibs (= %v-%r)
BuildDepends: fink (>= 0.9.9)
Conflicts: gdbm3
Replaces: gdbm3
UpdateConfigGuess: true
UpdateLibtool: true
NoSetCPPFlags: true
Patch: %n.patch
CompileScript: <<
./configure %c
make prefix=%p
<<
InstallScript: <<
make install prefix=%i man3dir=%i/share/man/man3 infodir=%i/share/info
make install-compat prefix=%i man3dir=%i/share/man/man3 infodir=%i/share/info
<<
DocFiles: COPYING README NEWS
InfoDocs: gdbm.info
BuildDependsOnly: True
SplitOff: <<
Package: %N-shlibs
Replaces: gdbm (<< 1.8.0-5)
Files: lib/libgdbm.2.0.0.dylib lib/libgdbm.2.dylib
Shlibs: %p/lib/libgdbm.2.dylib 3.0.0 %n (>= 1.8.0-6)
Description: Shared libraries for gdbm package
DocFiles: COPYING README NEWS
<<
Description: GNU dbm library
DescDetail: <<
gdbm is the GNU implementation of the dbm database API.
<<
DescPackaging: <<
The Makefile doesn't get the prefix, so it must be set manually in the
compile step. The Makefile also tries to set some special file owners
and groups. Disabled by a patch.

Previous versions by Christoph Pfisterer.
<<
License: GPL
Maintainer: Dave Morrison
Homepage: http://www.gnu.org/software/gdbm/

gdbm _unstable_ port .patch

diff -ru gdbm-1.8.0/Makefile.in gdbm-1.8.0-patched/Makefile.in
--- gdbm-1.8.0/Makefile.in Wed May 19 05:16:06 1999
+++ gdbm-1.8.0-patched/Makefile.in Tue Feb 6 16:29:11 2001
@@ -122,18 +122,14 @@
install: libgdbm.la gdbm.h gdbm.info
$(srcdir)/mkinstalldirs $(libdir) $(includedir) $(man3dir) $(infodir)
$(LIBTOOL) install -c libgdbm.la $(libdir)/libgdbm.la
- $(INSTALL_DATA) -o $(BINOWN) -g $(BINGRP) gdbm.h $(includedir)/gdbm.h
- $(INSTALL_DATA) -o $(BINOWN) -g $(BINGRP) $(srcdir)/gdbm.3 \
- $(man3dir)/gdbm.3
- $(INSTALL_DATA) -o $(BINOWN) -g $(BINGRP) $(srcdir)/gdbm.info \
- $(infodir)/gdbm.info
+ $(INSTALL_DATA) gdbm.h $(includedir)/gdbm.h
+ $(INSTALL_DATA) $(srcdir)/gdbm.3 $(man3dir)/gdbm.3
+ $(INSTALL_DATA) $(srcdir)/gdbm.info $(infodir)/gdbm.info

install-compat:
$(srcdir)/mkinstalldirs $(includedir)
- $(INSTALL_DATA) -o $(BINOWN) -g $(BINGRP) $(srcdir)/dbm.h \
- $(includedir)/dbm.h
- $(INSTALL_DATA) -o $(BINOWN) -g $(BINGRP) $(srcdir)/ndbm.h \
- $(includedir)/ndbm.h
+ $(INSTALL_DATA) $(srcdir)/dbm.h $(includedir)/dbm.h
+ $(INSTALL_DATA) $(srcdir)/ndbm.h $(includedir)/ndbm.h

#libgdbm.a: $(OBJS) gdbm.h
# rm -f libgdbm.a