summaryrefslogtreecommitdiffstats
path: root/development/libxdg-basedir/README
diff options
context:
space:
mode:
author Heiko Rosemann2013-10-29 12:08:50 +0100
committer Robby Workman2013-10-30 02:12:27 +0100
commitb6dcaee8a97bc4318b83a8661d3c8890e56ee75e (patch)
tree4326ab3880d35ba8ca21dc3c6de330545b4d06dc /development/libxdg-basedir/README
parent911a71704a3dd5c953c1a0098090adbb3cc6a701 (diff)
downloadslackbuilds-b6dcaee8a97bc4318b83a8661d3c8890e56ee75e.tar.gz
libraries/libxdg-basedir: Added (XDG Base Directory implementation).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'development/libxdg-basedir/README')
-rw-r--r--development/libxdg-basedir/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/development/libxdg-basedir/README b/development/libxdg-basedir/README
new file mode 100644
index 0000000000..779e88ba69
--- /dev/null
+++ b/development/libxdg-basedir/README
@@ -0,0 +1,9 @@
+libxdg-basedir An implementation of the XDG Base Directory specs
+
+The XDG Base Directory Specification defines where should user files
+be looked for by defining one or more base directories relative in
+with they should be located.
+
+This library implements functions to list the directories according
+to the specification and provides a few higher-level functions.
+