Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 11270ea8bd27da4cf9d4ab1fe74da500 > files > 2

pnetC-0.6.12-1mdk.src.rpm

%define name pnetC
%define version 0.6.12
%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
* Fri Apr 01 2005 Lenny Cartier <lenny@mandrakesoft.com> 0.6.12-1mdk
- 0.6.12

* Tue Nov 02 2004 Lenny Cartier <lenny@mandrakesoft.com> 0.6.10-1mdk
- 0.6.10

* Mon Aug 09 2004 Lenny Cartier <lenny@mandrakesoft.com> 0.6.8-1mdk
- 0.6.8

* Tue Jun 01 2004 Lenny Cartier <lenny@mandrakesoft.com> 0.6.6-1mdk
- 0.6.6

* Sat May 01 2004 Marcel Pol <mpol@mandrake.org> 0.6.4-1mdk
- 0.6.4

* 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