Author: qboosh Date: Wed Oct 11 20:50:55 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - FFU
---- Files affected: SPECS: mono-basic.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/mono-basic.spec diff -u /dev/null SPECS/mono-basic.spec:1.1 --- /dev/null Wed Oct 11 22:50:55 2006 +++ SPECS/mono-basic.spec Wed Oct 11 22:50:50 2006 @@ -0,0 +1,66 @@ +# $Revision$, $Date$ +# TODO: wait for mono-basic usable with just mono, without MSVC +Summary: MonoBASIC compiler for mono +Summary(pl): Kompilator MonoBASIC dla mono +Name: mono-basic +Version: 1.1.17 +Release: 0.1 +License: MIT-like +Group: Development/Languages +#Source0Download: http://go-mono.com/sources-stable/ +Source0: http://go-mono.com/sources/mono-basic/%{name}-%{version}.zip +# no sense to fill distfiles now, it still requires MSVS +# NoSource0-md5: 0a32a7b12b90e35249caefb3e85c4245 +URL: http://www.mono-project.org/ +BuildRequires: mono-csharp +BuildRequires: zip +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +MonoBASIC compiler for mono. + +%description -l pl +Kompilator MonoBASIC dla mono. + +%package runtime +Summary: MonoBASIC runtime library +Summary(pl): Biblioteka uruchomieniowa MonoBASIC +Group: Libraries + +%description runtime +MonoBASIC runtime library. + +%description runtime -l pl +Biblioteka uruchomieniowa MonoBASIC. + +%prep +%setup -q + +%build +# TODO + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) + +%files runtime +%defattr(644,root,root,755) +%doc vbruntime/TODO.txt + +%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 2006/10/11 20:50:50 qboosh +- FFU + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
