]> git.pld-linux.org Git - packages/crossmingw32-dx70.git/blob - crossmingw32-dx70.spec
- może wrescie ktoś wykasuje to konto ?
[packages/crossmingw32-dx70.git] / crossmingw32-dx70.spec
1 Summary:        Mingw32 Binary Utility Development Utilities - DirectX 7.0 API
2 Summary(pl):    Zestaw narzêdzi mingw32 - API DirectX 7.0
3 Name:           crossmingw32-dx70
4 Version:        7.0
5 Release:        1
6 Epoch:          1
7 License:        Free (libs), (c) Microsoft Corporation (headers)
8 Group:          Development/Libraries
9 # headers are Copyright (C) 19xx Microsoft Corporation - what about license???
10 # (even if distributable, are they "Free"?!)
11 Source0:        http://alleg.sourceforge.net/files/dx70_mgw.zip
12 # Source0-md5:  8a57b4c81a296d75f75d7a9810ae59a0
13 URL:            http://www.mingw.org/
14 ExclusiveArch:  %{ix86}
15 Provides:       crossmingw32-w32api-dx
16 Obsoletes:      crossmingw32-w32api-dx
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %define         target          i386-mingw32
20 %define         target_platform i386-pc-mingw32
21 %define         arch            %{_prefix}/%{target}
22
23 %define         __unzip         unzip -q -o
24 # strip fails on static COFF files
25 %define         no_install_post_strip 1
26
27 %description
28 crossmingw32 is a complete cross-compiling development system for
29 building stand-alone Microsoft Windows applications under Linux using
30 the Mingw32 build libraries. This includes a binutils, gcc with g++
31 and objc, and libstdc++, all cross targeted to i386-mingw32, along
32 with supporting Win32 libraries in 'coff' format from free sources.
33
34 This package contains DirectX 7.0 API includes and libraries.
35
36 %description -l pl
37 crossmingw32 jest kompletnym systemem do kroskompilacji, pozwalaj±cym
38 budowaæ aplikacje MS Windows pod Linuksem u¿ywaj±c bibliotek mingw32.
39 System sk³ada siê z binutils, gcc z g++ i objc, libstdc++ - wszystkie
40 generuj±ce kod dla platformy i386-mingw32, oraz z bibliotek w formacie
41 COFF.
42
43 Ten pakiet zawiera pliki nag³ówkowe i biblioteki API DirectX 7.0.
44
45 %prep
46 %setup -q -c
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50 install -d $RPM_BUILD_ROOT%{arch}/{include,lib}
51
52 mv -f lib/src/*.htm .
53 rm -rf lib/src
54
55 cp -fa include/* $RPM_BUILD_ROOT%{arch}/include
56 cp -fa lib/* $RPM_BUILD_ROOT%{arch}/lib
57
58 %clean
59 rm -rf $RPM_BUILD_ROOT
60
61 %files
62 %defattr(644,root,root,755)
63 %doc directx.htm
64 %{arch}/include/*
65 %{arch}/lib/*
This page took 0.260815 seconds and 3 git commands to generate.