Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 5ecf9bd54cb22f0490f3cadefd55cf98 > files > 2

ml-pnet-0.7.4-1mdk.src.rpm

%define name ml-pnet
%define version 0.7.4
%define release %mkrel 1

Name: 		%name
Version: 	%version
Release: 	%release
Summary: 	Mono Libraries for Portable.NET
Group: 		Development/Other
License: 	GPL
Source: 	http://www.southern-storm.com.au/download/%name-%version.tar.bz2
URL: 		http://www.southern-storm.com.au
BuildRequires:  pnet >= 0.6.0 pnet-devel pnetlib treecc gawk
Requires:	pnet
Buildroot: 	%_tmppath/%name-%version-buildroot
Buildarch:	noarch

%description
This distribution contains a number of build scripts for building some
of the Mono class libraries and utility programs with Portable.NET's
C# compiler, so that they can be installed and used with Portable.NET's
runtime engine.

%prep

%setup -q

%build

%configure

%make

%install

%makeinstall_std

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README COPYING
%_bindir/*
%_libdir/cscc/lib/*

%changelog
* Thu Feb 02 2006 Lenny Cartier <lenny@mandriva.com> 0.7.4-1mdk
- 0.7.4

* Tue May 17 2005 Marcel Pol <mpol@mandriva.org> 0.6.12-1mdk
- 0.6.12
- requires pnet

* Mon May 03 2004 Marcel Pol <mpol@mandrake.org> 0.6.4-1mdk
- 0.6.4
- use %%makeinstall_std to install to destdir

* Wed Nov 05 2003 Lenny Cartier <lenny@mandrakesoft.com> 0.6.0-1mdk
- new