libqrencode3 stable port information

Package: libqrencode3
Version: 3.1.1
Revision: 1
Description: Library for encoding data in QR Code
DescDetail: <<
Libqrencode is a C library for encoding data in a QR Code symbol, a
kind of 2D symbology that can be scanned by handy terminals such as a
mobile phone with CCD. The capacity of QR Code is up to 7000 digits or
4000 characters, and is highly robust.

Libqrencode supports QR Code model 2, described in JIS (Japanese
Industrial Standards) X0510:2004 or ISO/IEC 18004.
<<
License: LGPL2+
Homepage: http://fukuchi.org/works/qrencode/index.en.html
Maintainer: Daniel Johnson

Source: http://fukuchi.org/works/qrencode/qrencode-%v.tar.bz2
Source-MD5: e7feb2c2c65d0f2f4010a14da3ecdb89

Depends: %n-shlibs (= %v-%r)
BuildDepends: libpng15, pkgconfig
BuildDependsOnly: true

NoSetCPPFLAGS: true
NoSetLDFLAGS: true

ConfigureParams: <<
--disable-static \
png_CFLAGS=-I%p/include/libpng15 \
png_LIBS="-L%p/lib -lpng15"
<<

InstallScript: <<
make install DESTDIR=%d
<<

DocFiles: ChangeLog COPYING NEWS README TODO

SplitOff: <<
Package: %N-shlibs

Files: lib/libqrencode.*.dylib
Shlibs: <<
%p/lib/libqrencode.3.dylib 5.0.0 %n (>= 3.1.1-1)
<<

DocFiles: ChangeLog COPYING NEWS README TODO
<<

SplitOff2: <<
Package: qrencode
Description: Utility to generate pngs from QR Codes

Depends: %N-shlibs (= %v-%r), libpng15-shlibs

Files: bin share

DocFiles: ChangeLog COPYING NEWS README TODO
<<