libzebrabar3 stable port information

Package: libzebrabar3
Version: 0.5
Revision: 4
Source: mirror:sourceforge:zbar/zebra-%v.tar.bz2
Source-MD5: 7e5cfba8d06fe46c4310efe67fb7a4a7

BuildDepends: <<
fink (>= 0.24.12-1),
pkgconfig,
x11-dev,
xmlto
<<
Depends: %n-shlibs (= %v-%r)
BuildDependsOnly: true

PatchFile: %n.patch
PatchFile-MD5: 5d2064e155d3f62b76e015843095c31e
ConfigureParams: --disable-dependency-tracking --disable-video --without-imagemagick --without-npapi --without-gtk --without-python --without-qt --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib
InstallScript: <<
make install DESTDIR=%d
rm -rf %i/share/doc/zebra
rmdir %i/bin
rm -rf %i/share/man
<<
DocFiles: COPYING.LIB ChangeLog HACKING NEWS README TODO

SplitOff: <<
Package: %N-shlibs
Files: lib/libzebra.3.*
Depends: x11-shlibs
Shlibs: %p/lib/libzebra.3.dylib 6.0.0 %n (>= 0.5-1)
DocFiles: COPYING.LIB ChangeLog HACKING NEWS README TODO
<<

DescPackaging: <<
Redo doc files manually so they go where we want and include
the files oriented towards users not installers.

This is just the basic lib; removing the should-be-empty bin
dir without -f makes sure we didn't accidentally build any
front-end programs. Nuke headers of other libs.

Nuke the manpages of the programs that aren't installed.
<<

Description: Multiformat barcode scanning/decoding library
Homepage: http://zbar.sourceforge.net/
License: LGPL
Maintainer: Daniel Macks

libzebrabar3 stable port .patch

diff -Nurd -x'*~' zebra-0.5.orig/Makefile.in zebra-0.5/Makefile.in
--- zebra-0.5.orig/Makefile.in 2008-07-24 20:11:36.000000000 -0400
+++ zebra-0.5/Makefile.in 2008-08-13 23:30:10.000000000 -0400
@@ -527,8 +527,7 @@
zinclude_HEADERS = include/zebra/Scanner.h include/zebra/Decoder.h \
include/zebra/Exception.h include/zebra/Symbol.h include/zebra/Image.h \
include/zebra/ImageScanner.h include/zebra/Video.h include/zebra/Window.h \
- include/zebra/Processor.h include/zebra/zebragtk.h \
- include/zebra/QZebra.h include/zebra/QZebraImage.h
+ include/zebra/Processor.h

zebra_libzebra_la_CPPFLAGS = -I$(srcdir)/zebra $(AM_CPPFLAGS) \
$(am__append_5)

libzebrabar3 _unstable_ port .patch