Sophie

Sophie

distrib > Mandriva > 10.0-com > i586 > by-pkgid > 93158d88e46b8fc6d64b0e8b8a32a214 > files > 2

pnetC-0.6.2-1mdk.src.rpm

%define name pnetC
%define version 0.6.2
%define release 1mdk

Name: 		%name
Version: 	%version
Release: 	%release
Summary: 	ANSI compatible C libray 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 is the "pnetC" project.  The goal of the project is to create
an ANSI-compatible C library, that can be compiled down to IL using
Portable.NET's "cscc" compiler.

%prep

%setup -q

%build

%configure

%make

%install

make DESTDIR=$RPM_BUILD_ROOT install

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Tue Jan 27 2004 Lenny Cartier <lenny@mandrakesoft.com> 0.6.2-1mdk
- 0.6.2
- use DESTDIR at install time (needed to invoke ilgac)

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