]> git.pld-linux.org Git - packages/crossmingw32-glib2.git/blob - crossmingw32-glib2.spec
- 1st rel
[packages/crossmingw32-glib2.git] / crossmingw32-glib2.spec
1 %define         realname                glib
2 Summary:        Useful routines for 'C' programming
3 Summary(cs):    ©ikovná knihovna s funkcemi pro pomocné programy
4 Summary(da):    Nyttige biblioteksfunktioner
5 Summary(de):    Eine nützliche Library von Dienstprogramm-Funktionen
6 Summary(es):    Conjunto de funciones gráficas utilitarias
7 Summary(fi):    Kirjasto, jossa on työkalufunktioita
8 Summary(fr):    Bibliothèque de fonctions utilitaires
9 Summary(ja):    ÊØÍø¤Ê¥æ¡¼¥Æ¥£¥ê¥Æ¥£´Ø¿ô¤Î¥é¥¤¥Ö¥é¥ê
10 Summary(pl):    Biblioteka zawieraj±ca wiele u¿ytecznych funkcji C
11 Summary(pt_BR): Conjunto de funções gráficas utilitárias
12 Summary(tr):    Yararlý ufak yordamlar kitaplýðý
13 Summary(zh_CN): ÊµÓù¤¾ßº¯Êý¿â
14 Name:           crossmingw32-%{realname}
15 Version:        2.2.2
16 Release:        1
17 License:        LGPL
18 Group:          Libraries
19 Source0:        http://www.gimp.org/~tml/gimp/win32/glib-dev-2.2.2.zip
20 URL:            http://www.gtk.org/
21 BuildRequires:  autoconf
22 BuildRequires:  automake
23 BuildRequires:  libtool
24 BuildRoot:      %{tmpdir}/%{realname}-%{version}-root-%(id -u -n)
25
26 %define         no_install_post_strip   1
27
28 %define         target                  i386-mingw32
29 %define         target_platform         i386-pc-mingw32
30 %define         arch                    %{_prefix}/%{target}
31 %define         gccarch                 %{_prefix}/lib/gcc-lib/%{target}
32 %define         gcclib                  %{_prefix}/lib/gcc-lib/%{target}/%{version}
33
34 %define         __cc                    %{target}-gcc
35 %define         __cxx                   %{target}-g++
36
37 %description
38 GLib, is a library which includes support routines for C such as
39 lists, trees, hashes, memory allocation, and many other things. GLIB
40 includes also generally useful data structures used by GIMP and many
41 other.
42
43 %description -l cs
44 ©ikovná knihovna s funkcemi pro pomocné programy. Vývojové knihovny a
45 hlavièky jsou v balíèku glib-devel.
46
47 %description -l da
48 Nyttigt bibliotek med forskellige funktioner. Udviklings- biblioteker
49 og headerfiler er i glib-devel pakken.
50
51 %description -l de
52 Eine nützliche Library von Dienstprogramm-Funktionen.
53 Entwicklungs-Libraries und Header befinden sich in glib-devel.
54
55 %description -l es
56 Conjunto de funciones utilitarias. Bibliotecas de desarrollo y
57 archivos de inclusión están en glib-devel.
58
59 %description -l fi
60 Kirjasto, jossa on työkalufunktioita. Kehitysversiot ja
61 header-tiedostot ovat glib-devel-paketissa.
62
63 %description -l ja
64
65 GLib¤Ï¥æ¡¼¥Æ¥£¥ê¥Æ¥£´Ø¿ô¤ò½¸¤á¤¿ÊØÍø¤Ê¥é¥¤¥Ö¥é¥ê¤Ç¤¹¡£¤³¤Î£Ã¸À¸ìÍѥ饤¥Ö¥é¥ê¤Ï¡¢
66 ¤¤¤¯¤Ä¤«¤ÎÌäÂê¤ò²ò·è¤¹¤ë¤è¤¦À߷פµ¤ì¤Æ¤ª¤ê¡¢Â¿¤¯¤Î¥×¥í¥°¥é¥à¤«¤éÍ׵ᤵ¤ì¤ë»È¤¤¤ä¤¹¤¤
67 ´Ø¿ô¤òÄ󶡤·¤Þ¤¹¡£
68
69 GLib¤ÏGDK,
70 GTK+¾¿¤¯¤Î¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤ÇÍøÍѤµ¤ì¤ë¡£¤³¤Î¥é¥¤¥Ö¥é¥ê¤Ë°Í¸¤¹¤ë¥¢¥×¥ê¥±¡¼¥·¥ç¥ó
71 Åù¤Î¤¿¤á¤Ë¤³¤Îglib¥Ñ¥Ã¥±¡¼¥¸¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Æ¤¯¤À¤µ¤¤¡£
72
73 %description -l pl
74 Glib jest zestawem bibliotek zawieraj±cych funkcje do obs³ugi list i
75 drzew, funkcje mieszaj±ce, funkcje do alokacji pamiêci i du¿o innych
76 podstawowych funkcji i ró¿nych struktur danych u¿ywanych przez program
77 GIMP i wiele innych.
78
79 %description -l pt_BR
80 Conjunto de funções utilitárias. Bibliotecas de desenvolvimento e
81 arquivos de inclusão estão em glib-devel.
82
83 %description -l tr
84 Yararlý yordamlar kitaplýðý. Geliþtirme kitaplýklarý ve baþlýk
85 dosyalarý glib-devel paketinde yer almaktadýr.
86
87 %prep
88 install -d glib2
89 #%setup -q -n %{realname}-%{version}
90 cd glib2 && rm * -rf ; unzip %{SOURCE0} && cd ..
91
92 %build
93
94 %install
95 rm -rf $RPM_BUILD_ROOT
96
97 install -d $RPM_BUILD_ROOT%{arch}
98 cp glib2/* $RPM_BUILD_ROOT%{arch} -rf
99
100 %clean
101 rm -rf $RPM_BUILD_ROOT
102
103 %files
104 %{arch}
This page took 0.087374 seconds and 4 git commands to generate.