Author: arvenil Date: Wed Jan 14 21:42:38 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - init
---- Files affected: SPECS: bam.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/bam.spec diff -u /dev/null SPECS/bam.spec:1.1 --- /dev/null Wed Jan 14 22:42:38 2009 +++ SPECS/bam.spec Wed Jan 14 22:42:33 2009 @@ -0,0 +1,46 @@ +# $Revision$, $Date$ +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} + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2009/01/14 21:42:33 arvenil +- init ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
