Пакет pkg-config: Информация

    Бинарный пакет: pkg-config
    Версия: 0.25-alt2
    Архитектура: x86_64
    Собран:  28 февраля 2011 г. 2:24
    Исходный пакет: pkg-config
    Сообщить об ошибке в пакете
    Домашняя страница: http://pkg-config.freedesktop.org/wiki/

    Лицензия: GPLv2+
    О пакете: Pkgconfig helps make building packages easier
    Описание: 
    The pkg-config program is used to retrieve information about installed
    libraries in the system.  It is typically used to compile and link
    against one or more libraries.

    Сопровождающий: Dmitry V. Levin



    Последнее изменение


    28 февраля 2011 г. Alexey Tourbin 0.25-alt2
    - Tolerate missing Requires.private in --cflags mode.
    1 ноября 2010 г. Dmitry V. Levin 0.25-alt1
    - Updated to 0.25-6-g03bd4a5.
    - Reverted all ALT-specific changes made to recursion algorithm.
      More and more freedesktop packages now use Requires.private tag
      to specify requirements for --cflags, so we have to revert to
      upstream recursion algorithm.  It will definitely bring us back
      a lot of unneeded requirements among those few really needed
      for compilation, but there seems to be no other way.
    9 сентября 2009 г. Dmitry V. Levin 0.23-alt4
    - Moved "make check" to %check section.