diff options
author | Florian Pritz <bluewind@xssn.at> | 2010-02-10 17:11:37 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@server-speed.net> | 2011-06-01 21:34:16 +0200 |
commit | 73d5eb1edf03e628ca1d3a09168e4e940adea914 (patch) | |
tree | 0b85bc1844565318614f9bd310e85701d5535fd5 /src/util/cleanupdelta.c | |
parent | 79f1a3c4a17223af2bfe35802c50e1ae431d25b5 (diff) |
makepkg: add libdepends support
The user adds libaries to the depends array without a version. These
must end with .so.
Example: depends=(glibc libc.so)
find_libdepends() looks for ELF files (not symlinks because these could
point outside of pkgdir) in $pkgdir, extracts the library sonames the
binary links to and outputs depends seperated by spaces.
This list contains all libraries needed by the package.
Example: libfoo.so=3-64
write_pkginfo() only keeps .so depends with version information and warns
the user about unneded ones.
Support-by: Thomas Bächler <thomas@archlinux.org>
Support-by: Christoph Schied <Christoph.Schied@uni-ulm.de>
Signed-off-by: Florian Pritz <bluewind@server-speed.net>
Diffstat (limited to 'src/util/cleanupdelta.c')
0 files changed, 0 insertions, 0 deletions