summaryrefslogtreecommitdiffstats
path: root/libs/libqrencode/DETAILS
blob: 415fa502302b22ba41e98f50a8dcc81c717d7386 (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.3
          SOURCE="${SPELLX}-${VERSION}.tar.bz2"
   SOURCE_URL[0]=http://fukuchi.org/works/qrencode/${SOURCE}
     SOURCE_HASH=sha512:eba9d6220d0d5e08da614bd05904a08e11c45b7b293c45aa8417345c3267eae8790e83d9338b6cbadbd3fe15ac4579e0fb9e4e23b4f7e1d56e5fb3729afb9cf5
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