diff options
author | Heiko Rosemann <heiko.rosemann@web.de> | 2013-10-29 12:08:50 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-10-29 20:12:27 -0500 |
commit | b6dcaee8a97bc4318b83a8661d3c8890e56ee75e (patch) | |
tree | 4326ab3880d35ba8ca21dc3c6de330545b4d06dc /development/libxdg-basedir/slack-desc | |
parent | 911a71704a3dd5c953c1a0098090adbb3cc6a701 (diff) | |
download | slackbuilds-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/slack-desc')
-rw-r--r-- | development/libxdg-basedir/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/development/libxdg-basedir/slack-desc b/development/libxdg-basedir/slack-desc new file mode 100644 index 0000000000..0b859196b0 --- /dev/null +++ b/development/libxdg-basedir/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +libxdg-basedir: libxdg-basedir (XDG Base Directory implementation) +libxdg-basedir: +libxdg-basedir: The XDG Base Directory Specification defines where should user files +libxdg-basedir: be looked for by defining one or more base directories relative in +libxdg-basedir: with they should be located. +libxdg-basedir: +libxdg-basedir: This library implements functions to list the directories according +libxdg-basedir: to the specification and provides a few higher-level functions. +libxdg-basedir: +libxdg-basedir: homepage: http://www.ohloh.net/p/libxdg-basedir +libxdg-basedir: |