Пакет argwrapper: Информация
Исходный пакет: argwrapper
Версия: 0.02-alt2
Собран: 8 марта 2022 г. 17:08
Категория: Файловые инструменты
Сообщить об ошибке в пакетеДомашняя страница: http://git.altlinux.org/people/george/packages/argwrapper.git
Лицензия: GPLv3
О пакете: Run a binary with environment and arguments sewed into wrapper name
Описание:
When called without parameters, argwrapper assumes it's a wrapper call. It parses its zero argument (argv[0], usually binary file name) and splits it into series of environment variables assignments, wrapped program name and command line arguments. When called with some command line parameters, argwrapper assumes it's a filename generator call. It selects a character for argument separator, a replacement characters for '/' path separator and other optional chars, if any. It's guaranteed that none of the characters selected is appeared within original command line. Then '/' and optional chars are replaced with corresponded replacements and all the arguments are concatenated with argument separator.
Список бинарных RPM-пакетов, собираемых из данного SRPM:
argwrapper (e2kv6, e2kv5, e2kv4, e2k)
argwrapper-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
argwrapper (e2kv6, e2kv5, e2kv4, e2k)
argwrapper-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
Сопровождающий: Michael Shigorin
Последнее изменение
2 июля 2019 г. Michael Shigorin 0.02-alt2
- s/--static/-static/ to fix build with lcc on e2k - Added an Url: - Minor spec cleanup
5 сентября 2014 г. George V. Kouryachy 0.02-alt1
- Initial build