summaryrefslogtreecommitdiffstats
path: root/database/pxlib/DETAILS
blob: f37576b717032989f5de8691cb5f36b622beda88 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
           SPELL=pxlib
         VERSION=0.6.3
      SOURCE_HASH=sha512:7cf622e7c999737c75c7ac72752dbe1c2f190735c40b431ba7e7d279e8628c5d650d4d44812b6bc7093bee07702f12c5394def843d671e9ea49f2bade608c892
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
        WEB_SITE=http://pxlib.sourceforge.net/
SOURCE_URL[0]=$SOURCEFORGE_URL/pxlib/$SOURCE
          LICENSE=GPL
          ENTERED=20031130
#            DOCS="ChangeLog README doc/*"
        KEYWORDS="db database"
SHORT="pxlib is a small C library to read and write Paradox DB files"
cat << EOF
pxlib is a simply and still small C library to read and write Paradox DB files. 
It supports all versions starting from 3.0. It currently has a very limited set 
of functions like to open a DB file, read its header and read every single 
record. It can also extract blob data and write it to a file.
EOF