]> git.pld-linux.org Git - packages/ml-pnet.git/blob - ml-pnet.spec
- up to 0.8.0
[packages/ml-pnet.git] / ml-pnet.spec
1 %define         pnetlib_version 0.8.0
2 Summary:        Extra C# libraries for pnet
3 Summary(pl.UTF-8):      Dodatkowe biblioteki C# dla pnet
4 Name:           ml-pnet
5 Version:        0.8.0
6 Release:        1
7 License:        LGPL
8 Vendor:         DotGNU
9 Group:          Libraries
10 Source0:        http://download.savannah.gnu.org/releases/dotgnu-pnet/%{name}-%{version}.tar.gz
11 # Source0-md5:  b1c67faece957c23e6378cee50c0fdcb
12 URL:            http://www.gnu.org/software/dotgnu/pnet.html
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  pnet-compiler-csharp = %{version}
16 BuildRequires:  pnet-ilinstall = %{pnetlib_version}
17 BuildRequires:  pnetlib-base = %{pnetlib_version}
18 BuildRequires:  pnetlib-winforms = %{pnetlib_version}
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 This distribution contains a number of build scripts for building some
23 of the Mono class libraries and utility programs with Portable.NET's
24 C# compiler, so that they can be installed and used with
25 Portable.NET's runtime engine.
26
27 %description -l pl.UTF-8
28 Ten pakiet zawiera kilka skryptów budujących używanych do budowania
29 klas bibliotek MONO i narzędzia używane z kompilatorem Portable.NET,
30 co pozwala użyć te biblioteki z środowiskiem Portable.NET.
31
32 %prep
33 %setup -q
34
35 %build
36 %{__aclocal}
37 %{__automake} --ignore-deps
38 %{__autoconf}
39 %configure
40 %{__make}
41 %{__make} check
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45
46 %{__make} install \
47         DESTDIR=$RPM_BUILD_ROOT
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %doc AUTHORS ChangeLog NEWS README
55 %attr(755,root,root) %{_bindir}/*
56 %{_libdir}/cscc/lib/*
This page took 0.05957 seconds and 3 git commands to generate.