void-packages/srcpkgs/qrencode/template
2012-10-22 23:23:22 +02:00

19 lines
770 B
Plaintext

# Template file for 'qreconde'
pkgname=qrencode
version=3.4.1
revision=1
build_style=gnu-configure
makedepends="pkg-config libpng-devel"
subpackages="${pkgname}-devel lib${pkgname}"
short_desc="Library for encoding data in a QR Code symbol"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://fukuchi.org/works/qrencode/index.html.en"
license="LGPL-2.1"
distfiles="http://fukuchi.org/works/qrencode/qrencode-${version}.tar.bz2"
checksum=8b7a5a5fc7389a5bcaec4f2ad814c2562424991ab908067d00f8e0868d2aa5f0
long_desc="
qrencode 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."