]> git.pld-linux.org Git - packages/crossmingw32-dx70.git/blob - crossmingw32-dx70.spec
2e4306635a66d17f83f6daf4f1024b3b30e55a16
[packages/crossmingw32-dx70.git] / crossmingw32-dx70.spec
1 Summary:        Mingw32 GNU binary utility development utilities - DirectX 7.0 API
2 Summary(pl):    Skro¶ne narzêdzia programistyczne GNU dla Mingw32 - API DirectX 7.0
3 Name:           crossmingw32-dx70
4 Version:        7.0
5 Release:        2
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 Source1:        http://www.libsdl.org/extras/win32/common/directx-devel.tar.gz
14 # Source1-md5:  389a36e4d209c0a76bea7d7cb6315315
15 URL:            http://www.mingw.org/
16 ExclusiveArch:  %{ix86} amd64
17 Provides:       crossmingw32-w32api-dx
18 Obsoletes:      crossmingw32-w32api-dx
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %define         target          i386-mingw32
22 %define         target_platform i386-pc-mingw32
23 %define         arch            %{_prefix}/%{target}
24
25 %define         __unzip         unzip -q -o
26 # strip fails on static COFF files
27 %define         no_install_post_strip 1
28
29 %description
30 crossmingw32 is a complete cross-compiling development system for
31 building stand-alone Microsoft Windows applications under Linux using
32 the Mingw32 build libraries. This includes a binutils, gcc with g++
33 and objc, and libstdc++, all cross targeted to i386-mingw32, along
34 with supporting Win32 libraries in 'coff' format from free sources.
35
36 This package contains DirectX 7.0 API includes and libraries.
37
38 %description -l pl
39 crossmingw32 jest kompletnym systemem do kompilacji skro¶nej,
40 pozwalaj±cym budowaæ aplikacje MS Windows pod Linuksem u¿ywaj±c
41 bibliotek mingw32. System sk³ada siê z binutils, gcc z g++ i objc,
42 libstdc++ - wszystkie generuj±ce kod dla platformy i386-mingw32, oraz
43 z bibliotek w formacie COFF.
44
45 Ten pakiet zawiera pliki nag³ówkowe i biblioteki API DirectX 7.0.
46
47 %prep
48 %setup -q -c
49 mkdir extras
50 cd extras
51 tar zxf %{SOURCE1}
52
53 %install
54 rm -rf $RPM_BUILD_ROOT
55 install -d $RPM_BUILD_ROOT%{arch}/{include,lib}
56
57 mv -f lib/src/*.htm .
58 rm -rf lib/src
59
60 cp -fa include/* $RPM_BUILD_ROOT%{arch}/include
61 cp -fa lib/* $RPM_BUILD_ROOT%{arch}/lib
62
63 cp extras/include/directx.h $RPM_BUILD_ROOT%{arch}/include
64
65 %clean
66 rm -rf $RPM_BUILD_ROOT
67
68 %files
69 %defattr(644,root,root,755)
70 %doc directx.htm
71 %{arch}/include/*
72 %{arch}/lib/*
This page took 0.081141 seconds and 2 git commands to generate.