diff options
author | P. J. McDermott <pehjota> | 2013-05-12 15:51:55 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-05-12 15:51:55 (EDT) |
commit | b03cb051a870c760147d6cdadc489ea818f46aa8 (patch) | |
tree | a8231842a64dce2fbeaa3faaa32e1567db0db0c9 /dev/pkg | |
parent | cd196288ec5f60a765fa6dec966e0443313a1081 (diff) |
dev/pkg/needed: Add popt and pkg-config.
Diffstat (limited to 'dev/pkg')
-rw-r--r-- | dev/pkg/needed.mdwn | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev/pkg/needed.mdwn b/dev/pkg/needed.mdwn index b382216..a0f3805 100644 --- a/dev/pkg/needed.mdwn +++ b/dev/pkg/needed.mdwn @@ -17,6 +17,25 @@ locations around the globe. It is updated periodically to reflect changes made by political bodies to time zone boundaries, UTC offsets, and daylight-saving rules. +popt (`popt`) +------------- + +<http://rpm5.org/files/popt/> <https://directory.fsf.org/wiki/Popt> + +The popt library parses command-line options. + +The file `popt.ps` should be removed for SIP compliance (it's an unlicensed +excerpt from a book with embedded non-free fonts). + +pkg-config (`pkg-config`) +------------------------- + +<http://pkg-config.freedesktop.org/> + +pkg-config is a helper tool used when compiling applications and libraries. + +Depends on: `popt`, `glib` (packaged, SPF 1.0) + Development =========== |