source: spec/trunk/SPECS/mmap.spec@ 41

Last change on this file since 41 was 36, checked in by Yuri Dario, 15 years ago

spec: add mmap and pthread build.

File size: 630 bytes
Line 
1Summary: A memory mapped emulation for OS/2-eComStation
2Name: mmap
3Version: 20100929
4Release: 1
5License: unknown
6Group: Development/Libraries
7Source: mmap-%{version}-os2.zip
8
9%description
10A memory mapped files emulation library.
11
12%prep
13%setup -q -c
14
15
16%build
17
18%install
19rm -rf %{buildroot}
20mkdir -p %{buildroot}%{_libdir}
21mkdir -p %{buildroot}%{_includedir}
22
23cp bin/mmap.dll %{buildroot}%{_libdir}
24cp lib/mmap_dll.a %{buildroot}%{_libdir}/mmap.a
25cp lib/mmap_s.lib %{buildroot}%{_libdir}
26cp lib/mmap_g.lib %{buildroot}%{_libdir}
27
28%clean
29rm -rf %{buildroot}
30
31%files
32%defattr(-,root,root)
33%{_libdir}/*
Note: See TracBrowser for help on using the repository browser.