Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37861905
en ru br
ALT Linux repositórios
S:2022.05.12-alt1

Group :: Desenvolvimento/C
RPM: qbe

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Name:       qbe
# git log -1 --format='%as' | tr - .  
Version:    2022.05.12
Release:    alt1
Group:      Development/C
# git clone git://c9x.me/qbe.git
# cd qbe; git archive --prefix=qbe-`git log -1 --format='%as' | tr - .`/ --output=../RPM/SOURCES/qbe-`git log -1 --format='%as' | tr - .`.tar HEAD
Source:     %name-%version.tar
License:    BSD

Summary:    C Compiler Backend
URL:        https://c9x.me/compile/
# TODO armh (buggy as for 2021.07.06)
ExclusiveArch: x86_64 aarch64

%description
QBE aims to be a pure C embeddable backend that provides 70% of the
performance of advanced compilers in 10% of the code. Its small size
serves both its aspirations of correctness and our ability to
understand, fix, and improve it. It also serves its users by providing
trivial integration and great flexibility.

%prep
%setup

%build
make
make -C minic clean minic

%install
install -D obj/%name %buildroot%_bindir/%name
install -D minic/minic %buildroot%_bindir/%name-minic

%files
%doc doc README*
%_bindir/*

%check
make check

%changelog

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009