]> git.pld-linux.org Git - packages/bam.git/commitdiff
- init
authorarvenil <arvenil@pld-linux.org>
Wed, 14 Jan 2009 21:42:33 +0000 (21:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bam.spec -> 1.1

bam.spec [new file with mode: 0644]

diff --git a/bam.spec b/bam.spec
new file mode 100644 (file)
index 0000000..92f7264
--- /dev/null
+++ b/bam.spec
@@ -0,0 +1,36 @@
+Summary:       Build system
+Name:          bam
+Version:       0.2.0
+Release:       0.1
+License:       zlib
+Group:         Development/Building
+Source0:       http://www.teeworlds.com/files/%{name}-%{version}.tar.gz
+# Source0-md5: d4efe74591a73c1cec8b34d76ffd1049
+URL:           http://teeworlds.com/trac/bam/browser/releases/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Bam is a build system with the focus on being having fast build times
+and flexiable build scripts. Instead of having a custom language it
+uses Lua to describe the build steps. It's written in clean C and is
+distrubuted under the liberal zlib licence. Available on many
+platforms including but not limited to Linux, Mac OS X and Windows.
+
+%prep
+%setup -q
+
+%build
+./make_unix.sh
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -D src/%{name} $RPM_BUILD_ROOT%{_bindir}/%{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc docs/*.txt license.txt
+%attr(755,root,root) %{_bindir}/%{name}
This page took 0.072787 seconds and 4 git commands to generate.