summaryrefslogtreecommitdiffstats
path: root/libs/libqrencode/DETAILS
blob: fe6af2f1bf6b24f87f3cc8f02f098dfb638d68c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
           SPELL=libqrencode
          SPELLX=qrencode
         VERSION=3.4.4
          SOURCE="${SPELLX}-${VERSION}.tar.bz2"
   SOURCE_URL[0]=http://fukuchi.org/works/qrencode/${SOURCE}
     SOURCE_HASH=sha512:4835d462542e37e5460635e0dd84e291ff0976a6aec61c63f9950c1e60b446bc913220726e14f6379322bfd32ccd9bcd5fceed9ca10cb95343c952d8472b983d
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
        WEB_SITE=http://fukuchi.org/works/qrencode/
      LICENSE[0]=LGPL
         ENTERED=20121201
           SHORT="QR Code encoding library"
cat << EOF
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.

This library is characterized by:

 - Does not require any additional files at run time.
 - Fast symbol encoding.
 - Automatic optimization of input data.
EOF