]> git.pld-linux.org Git - packages/crossmingw32-gtk+.git/blob - crossmingw32-gtk+.spec
- cleanup
[packages/crossmingw32-gtk+.git] / crossmingw32-gtk+.spec
1 %define         realname        gtk+
2 %define         snap    20030115
3 Summary:        The Gimp Toolkit - Ming32 cross version
4 Summary(cs.UTF-8):      Sada nástrojů pro Gimp
5 Summary(de.UTF-8):      Der Gimp-Toolkit
6 Summary(es.UTF-8):      Conjunto de herramientas Gimp
7 Summary(fi.UTF-8):      Gimp-työkalukokoelma
8 Summary(fr.UTF-8):      Le toolkit de Gimp
9 Summary(it.UTF-8):      Il toolkit per Gimp
10 Summary(pl.UTF-8):      Gimp Toolkit - wersja skrośna dla Ming32
11 Summary(pt_BR.UTF-8):   Kit de ferramentas Gimp
12 Summary(tr.UTF-8):      Gimp ToolKit arayüz kitaplığı
13 Name:           crossmingw32-%{realname}
14 Version:        1.3.0
15 Release:        0.%{snap}.2
16 License:        LGPL
17 Group:          Libraries
18 Source0:        http://www.gimp.org/~tml/gimp/win32/gtk+-dev-%{version}-%{snap}.zip
19 # Source0-md5:  56eff0fac89da0166b71901813775e86
20 URL:            http://www.gtk.org/
21 BuildRequires:  unzip
22 Requires:       crossmingw32-glib2 >= 2.0
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %define         no_install_post_strip   1
26
27 %define         target                  i386-mingw32
28 %define         target_platform         i386-pc-mingw32
29 %define         arch                    %{_prefix}/%{target}
30
31 %define         __cc                    %{target}-gcc
32 %define         __cxx                   %{target}-g++
33
34 %description
35 GTK+, which stands for the Gimp ToolKit, is a library for creating
36 graphical user interfaces for the X Window System. It is designed to
37 be small, efficient, and flexible. GTK+ is written in C with a very
38 object-oriented approach. GDK (part of GTK+) is a drawing toolkit
39 which provides a thin layer over Xlib to help automate things like
40 dealing with different color depths, and GTK is a widget set for
41 creating user interfaces.
42
43 %description -l cs.UTF-8
44 Knihovny X původně psané pro GIMP, které nyní používá také řada jiných
45 programů.
46
47 %description -l da.UTF-8
48 X biblioteker, oprindeligt udviklet til GIMP, men anvendes nu af flere
49 forskellige programmer.
50
51 %description -l de.UTF-8
52 Die X-Libraries, die ursprünglich für GIMP geschrieben wurden und
53 mittlerweile für eine ganze Reihe anderer Programme benutzt werden.
54
55 %description -l fr.UTF-8
56 X-kirjastot, jotka alunperin kirjoitettiin GIMP:lle, mutta joita
57 käytetään nyt myös useissa muissakin ohjelmissa.
58
59 %description -l it.UTF-8
60 Libreria X scritta per GIMP. Viene usata da diversi programmi.
61
62 %description -l pl.UTF-8
63 GTK+, która to biblioteka stała się podstawą programu Gimp, zawiera
64 funkcje do tworzenia graficznego interfejsu użytkownika pod X Window.
65 Była tworzona z założeniem żeby była mała, efektywna i wygodna. GTK+
66 jest napisane w C z podejściem zorientowanym bardzo obiektowo. GDK
67 (część GTK+) jest warstwą pośrednią pomiędzy Xlib i resztą toolkitu
68 zapewniającą pracę niezależnie od głębi koloru (ilości bitów na
69 piksel). GTK (druga część GTK+) jest natomiast już zbiorem różnego
70 rodzaju kontrolek służących do tworzenia interfejsu użytkownika.
71
72 %description -l pt_BR.UTF-8
73 Bibliotecas X originalmente escritas para o GIMP, que agora estão
74 sendo também usadas por vários outros programas.
75
76 %description -l tr.UTF-8
77 Başlangıçta GIMP için yazılmış X kitaplıkları. Şu anda başka
78 programlarca da kullanılmaktadır.
79
80 %prep
81 %setup -q -c
82
83 %install
84 rm -rf $RPM_BUILD_ROOT
85 install -d $RPM_BUILD_ROOT%{arch}
86
87 cp -rf * $RPM_BUILD_ROOT%{arch}
88
89 %clean
90 rm -rf $RPM_BUILD_ROOT
91
92 %files
93 %defattr(644,root,root,755)
94 %{arch}/include/g[dt]k
95 %{arch}/lib/*.lib
96 %{arch}/lib/*.dll.a
97 %{arch}/lib/gtk+
98 %{arch}/lib/pkgconfig/*.pc
This page took 0.07406 seconds and 3 git commands to generate.