mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
debian/ubuntu packages
This commit is contained in:
41
debian/control
vendored
Normal file
41
debian/control
vendored
Normal file
@ -0,0 +1,41 @@
|
||||
Source: zint
|
||||
Section: libs
|
||||
Priority: extra
|
||||
Maintainer: BogDan Vatra <bogdan@licentia.eu>
|
||||
Build-Depends: cdbs, debhelper (>= 7), cmake
|
||||
Standards-Version: 3.8.1
|
||||
Homepage: http://www.zint.org.uk/
|
||||
|
||||
Package: libzint
|
||||
Section: libs
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: Zint is an Open Source barcode encoding and image generating library for Linux.
|
||||
It currently features:
|
||||
Over 50 symbologies including many not available in any other open source package.
|
||||
Unicode translation for symbologies which support Latin-1 and Shift-JIS character sets.
|
||||
Full GS1 support including data verification and automated insertion of FNC1 characters.
|
||||
Support for encoding binary data including NULL (ASCII 0) characters.
|
||||
Health Industry Barcode (HIBC) encoding capabilities.
|
||||
Output in PNG, EPS and SVG formats with user adjustable sizes and colours.
|
||||
Verification stage for SBN, ISBN and ISBN-13 data.
|
||||
|
||||
Package: libzint-dev
|
||||
Section: libs
|
||||
Architecture: any
|
||||
Depends: libzint (= ${binary:Version})
|
||||
Description: Zint development files.
|
||||
|
||||
Package: libqzint
|
||||
Section: libs
|
||||
Architecture: any
|
||||
Depends: libzint (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: Qt wrapper over Zint library
|
||||
|
||||
|
||||
Package: libqzint-dev
|
||||
Section: libs
|
||||
Architecture: any
|
||||
Depends: libqzint (= ${binary:Version}), libzint-dev (= ${source:Version})
|
||||
Description: QZint development files.
|
||||
|
Reference in New Issue
Block a user