Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37722167
en ru br
ALT Linux repos
S:0.5.1-alt1_1

Group :: Games/Other
RPM: bam

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

# BEGIN SourceDeps(oneline):
BuildRequires: gcc-c++
# END SourceDeps(oneline)
# see https://bugzilla.altlinux.org/show_bug.cgi?id=10382
%define _localstatedir %{_var}
Name:           bam
Version:        0.5.1

Release:        alt1_1
Summary:        A build-system

Group:          Games/Other
License:        zlib
URL:            http://matricks.github.com/bam/
Source0:        https://github.com/matricks/bam/archive/v%{version}.tar.gz
Source44: import.info


%description
A tool that controls process of producing executables of
software from its source code. Used to build the Teeworlds game.


%prep
%setup -q


%build
sh -x make_unix.sh %{optflags}


%install
install -D -m 0755 %{name} \
       %{buildroot}%{_bindir}/%{name}


%files
%doc docs/ examples/
%{_bindir}/%{name}


%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin