Allan McRae
f13d7d480c
Update copyright years
...
./build-aux/update-copyright 2024 2025
Signed-off-by: Allan McRae <allan@archlinux.org>
2025-04-02 11:35:34 +10:00
Allan McRae
0f6b4f4fab
autodeps: parse LIB_DIRS with more specificity
...
Signed-off-by: Allan McRae <allan@archlinux.org>
2025-01-31 15:56:51 +10:00
Allan McRae
d55b47e551
Update copyright years
...
Signed-off-by: Allan McRae <allan@archlinux.org>
2024-02-24 18:40:44 +10:00
morganamilo
9af4033cad
Rename LIBRARY to MAKEPKG_LIBRARY
...
Implements #59 .
2023-11-04 00:02:17 +00:00
Allan McRae
262aa6c24e
Fix comment
...
Signed-off-by: Allan McRae <allan@archlinux.org>
2023-02-13 12:09:11 +00:00
Allan McRae
3323662ee0
makepkg: do not recurse into LIB_DIRS when looking for library provides
...
We should only find library provides in the configured directories, and
not their subdirectories.
Signed-off-by: Allan McRae <allan@archlinux.org>
2023-02-13 12:09:11 +00:00
Allan McRae
90df85e9cf
Update copyright years
...
./build-aux/update-copyright 2021 2022
Signed-off-by: Allan McRae <allan@archlinux.org>
2022-01-02 13:34:52 +10:00
Allan McRae
b234280083
libmakepkg: automatically add library sonames to provides
...
When the option "autodeps" is enabled, makepkg will add provides
entries for libraries found in the directories specified in LIB_DIRS
in makepkg.conf. The entries LIB_DIRS array have the format
"prefix:directory". For example, the entry "lib:usr/lib" will search
$pkgdir/usr/lib for library sonames and add "lib:libfoo.so.1" to the
provides array.
Signed-off-by: Allan McRae <allan@archlinux.org>
2021-12-29 15:20:05 +10:00