Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37854171
en ru br
Репозитории ALT

Группа :: Система/Библиотеки
Пакет: libcglm

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%define proj cglm

Name: lib%proj
Version: 0.8.9
Release: alt1

Summary: CGLM is highly optimized graphics math (glm) for C
License: MIT
Group: System/Libraries

Url: https://cglm.readthedocs.io/
# Vcs-Source: https://github.com/recp/%proj/archive/refs/tags/v%version.tar.gz
Source: %name-%version-%release.tar
# sisyphus_check insists on  at altlinux.*, let Packager: be a comment
# Spec-Author: Igor Molchanov <akemi_homura at kurisa.ch>



BuildRequires(Pre): rpm-macros-meson
BuildRequires: meson

%description
cglm is optimized 3D math library written in C99 (compatible with C89).
It is similar to original glm library except this is mainly for C.

%package devel
Summary: Development tools for programs which will use the %name library
Group: Development/C
Requires: %name = %version-%release

%description devel
The %name-devel package includes the files necessary for developing programs
which will use the %name library.

%prep
%setup

%build
%meson
%meson_build

%install
%meson_install

%files
%_libdir/%name.so.*

%files devel
%_includedir/cglm
%_includedir/%proj/*
%_pkgconfigdir/%proj.pc
%_libdir/%name.so

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin