the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: libzbar0
Version: 0.10
Revision: 1
Source: mirror:sourceforge:zbar/zbar-%v.tar.bz2
Source-MD5: 0fd61eb590ac1bab62a77913c8b086a5
BuildDepends: <<
fink-package-precedence,
libiconv-dev,
libjpeg8,
pkgconfig,
x11-dev,
xmlto
<<
Depends: %n-shlibs (= %v-%r)
BuildDependsOnly: true
ConfigureParams: --enable-dependency-tracking --disable-video --without-imagemagick --without-npapi --without-gtk --without-python --without-qt --disable-static
CompileScript: <<
%{default_script}
fink-package-precedence --prohibit-bdep %n .
<<
InstallScript: <<
make install DESTDIR=%d
rm -rf %i/share/doc/zbar
rmdir %i/bin
rm -rf %i/share/man/man1
rmdir %i/share/zbar
<<
DocFiles: COPYING ChangeLog HACKING NEWS README TODO
SplitOff: <<
Package: %N-shlibs
Files: lib/libzbar.0.*
Depends: <<
dpkg-base-files,
libiconv,
libjpeg8-shlibs,
x11-shlibs
<<
Shlibs: %p/lib/libzbar.0.dylib 3.0.0 %n (>= 0.10-1)
DocFiles: COPYING 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. Likewise with man1 (pages for programs).
<<
Description: Multiformat barcode scanning/decoding library
Homepage: http://zbar.sourceforge.net/
License: LGPL
Maintainer: Daniel Macks