diff options
author | markus reichelt <slackbuilds@mareichelt.de> | 2010-07-03 15:24:58 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-07-03 15:24:58 -0500 |
commit | 313a4f1d24815f58d9d8f481bac83505c6c35196 (patch) | |
tree | 7fa526a96ccec1f9f53d2837cd7944804db3d0ab /libraries/libowfat/README | |
parent | 67ca98017adf3dda8a07180b9b2b7f34b074720c (diff) | |
download | slackbuilds-313a4f1d24815f58d9d8f481bac83505c6c35196.tar.gz |
libraries/libowfat: Added (a reimplemented libdjb under GPLv2)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/libowfat/README')
-rw-r--r-- | libraries/libowfat/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/libowfat/README b/libraries/libowfat/README new file mode 100644 index 0000000000..b542bcac02 --- /dev/null +++ b/libraries/libowfat/README @@ -0,0 +1,8 @@ +libowfat (a reimplemented libdjb under GPLv2) + +libowfat is a library of general purpose APIs extracted from Dan +Bernstein's software, reimplemented and covered by the GNU General +Public License Version 2 (no later versions). + +Installed dietlibc is autodetected and used. If for some reason +dietlibc should not be used, pass DIET=NO to the script. |