]> git.pld-linux.org Git - packages/bam.git/blame - bam.spec
- 0.4.0
[packages/bam.git] / bam.spec
CommitLineData
7d0a5ac9 1Summary: Build system
2Name: bam
26a26a29 3Version: 0.4.0
989b1309 4Release: 1
7d0a5ac9 5License: zlib
6Group: Development/Building
26a26a29
ZU
7Source0: http://github.com/downloads/matricks/bam/%{name}-%{version}.tar.bz2
8# Source0-md5: f8b62ad553c3615a725a034df4fb4257
9URL: http://matricks.github.com/bam/
7d0a5ac9 10BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12%description
13Bam is a build system with the focus on being having fast build times
14and flexiable build scripts. Instead of having a custom language it
15uses Lua to describe the build steps. It's written in clean C and is
16distrubuted under the liberal zlib licence. Available on many
17platforms including but not limited to Linux, Mac OS X and Windows.
18
19%prep
20%setup -q
21
22%build
26a26a29 23./make_unix.sh %{rpmcflags}
7d0a5ac9 24
25%install
26rm -rf $RPM_BUILD_ROOT
27
26a26a29 28install -D %{name} $RPM_BUILD_ROOT%{_bindir}/%{name}
7d0a5ac9 29
30%clean
31rm -rf $RPM_BUILD_ROOT
32
33%files
34%defattr(644,root,root,755)
35%doc docs/*.txt license.txt
36%attr(755,root,root) %{_bindir}/%{name}
This page took 0.059957 seconds and 4 git commands to generate.