]> git.pld-linux.org Git - SPECS.git/blob - wimo-rapi.spec
SPECS updated Sat 31 Jul 20:26:02 CEST 2021
[SPECS.git] / wimo-rapi.spec
1 Summary:        WiMo-RAPI
2 Summary(pl.UTF-8):      WiMo-RAPI
3 Name:           wimo-rapi
4 Version:        0.5.0
5 Release:        0.1
6 License:        GPL
7 Group:          Applications
8 Source0:        http://dl.sourceforge.net/wimo/%{name}-%{version}.tar.bz2
9 # Source0-md5:  985c6fc69cd1f9e1dfb51c36862204a9
10 URL:            http://www.wimol.org/
11 BuildRequires:  nant
12 BuildRequires:  mono-csharp
13 BuildRequires:  pkgconfig
14 Requires:       mono >= 1.1.10
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Windows Mobile devices support for Linux desktop.
19 WiMo-RAPI is free Windows Mobile RAPI and RAPI2 implementation written
20 in managed C# 2.0.
21
22 %prep
23 %setup -q
24
25 %build
26 nant -D:PREFIX=%{_prefix}
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30 nant install \
31         -D:DESTDIR=$RPM_BUILD_ROOT
32
33 %clean
34 rm -rf $RPM_BUILD_ROOT
35
36 %files
37 %defattr(644,root,root,755)
38 %doc AUTHORS ChangeLog NEWS README TODO
39 %{_libdir}/mono/gac/%{name}
40 %{_libdir}/mono/%{name}
41 %{_pkgconfigdir}/%{name}.pc
This page took 0.040388 seconds and 3 git commands to generate.