Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37408268
en ru br
Репозитории ALT
S:2021.12.06-alt1
www.altlinux.org/Changes

Группа :: Разработка/C
Пакет: cproc

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

Name:       cproc
# git log -1 --format='%as' | tr - .  
Version:    2021.12.06
Release:    alt1
Group:      Development/C
# git clone     https://git.sr.ht/~mcf/cproc
# cd cproc; git archive --prefix=cproc-`git log -1 --format='%as' | tr - .`/ --output=../RPM/SOURCES/cproc-`git log -1 --format='%as' | tr - .`.tar HEAD
Source:     %name-%version.tar
License:    ISC

Summary:    Small C compliler
URL:        https://sr.ht/~mcf/cproc/

# Automatically added by buildreq on Sat Aug 21 2021

# optimized out: glibc-kernheaders-generic glibc-kernheaders-x86 python3-base sh4
BuildRequires: python3 qbe

# TODO: check if qbe if armh-ready (buggy as of 2021.07.06)

ExclusiveArch: x86_64

%description
CProc is a [C11] compiler using [QBE] as a backend.
Several GNU C extensions are also implemented.

%prep
%setup
sed -i 's/\*-linux-\*gnu\*)/*-alt-linux|&/' configure

%build
./configure --prefix=%_prefix
make bootstrap

%install
%makeinstall_std

%files
%doc doc README*
%_bindir/*

%check
make check

%changelog

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

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