Sophie

Sophie

distrib > Mandriva > 10.2 > i586 > by-pkgid > 9ecccb07b8bc1db2d1dadb9a30f67ed0 > files > 2

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

%define name ml-pnet
%define version 0.6.4
%define release 1mdk

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
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
* 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