Package: libqrencode3 Version: 3.4.3 Revision: 2 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-Checksum: SHA256(dfd71487513c871bad485806bfd1fdb304dedc84d2b01a8fb8e0940b50597a98) Depends: %n-shlibs (= %v-%r) BuildDepends: libpng16, pkgconfig BuildDependsOnly: true NoSetCPPFLAGS: true NoSetLDFLAGS: true ConfigureParams: << --disable-static \ png_CFLAGS=-I%p/include/libpng16 \ png_LIBS="-L%p/lib -lpng16" << PatchScript: << # Patch configure to not link like Puma on Yosemite perl -pi.bak -e 's|10\.\[012\]\*|10.[012][,.]*|g' configure << 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 8.0.0 %n (>= 3.4.2-1) << DocFiles: ChangeLog COPYING NEWS README TODO << SplitOff2: << Package: qrencode Description: Utility to generate pngs from QR Codes Depends: %N-shlibs (= %v-%r), libpng16-shlibs Files: bin share DocFiles: ChangeLog COPYING NEWS README TODO <<