]> git.pld-linux.org Git - packages/gentoo.git/blob - gentoo.spec
- adding es/pt/pt_BR Group translations
[packages/gentoo.git] / gentoo.spec
1 Summary:        gentoo is a Gtk+ file manager for Linux
2 Summary(pl):    gentoo jest opartym na Gtk+ zarz±dc± plików pod Linuxa
3 Name:           gentoo
4 Version:        0.11.18
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Group(de):      X11/Applikationen
9 Group(es):      X11/Aplicaciones
10 Group(pl):      X11/Aplikacje
11 Group(pt_BR):   X11/Aplicações
12 Group(pt):      X11/Aplicações
13 Source0:        http://prdownloads.sourceforge.net/gentoo/%{name}-%{version}.tar.gz
14 Source1:        %{name}.desktop
15 URL:            http://www.obsession.se/gentoo/
16 BuildRequires:  autoconf
17 BuildRequires:  automake
18 BuildRequires:  gtk+-devel >= 1.2.0
19 BuildRequires:  libtool
20 Requires:       file
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %define         _prefix         /usr/X11R6
24 %define         _mandir         %{_prefix}/man
25 %define         _sysconfdir     /etc/X11
26
27 %description
28 gentoo is a file manager for Linux written from scratch in pure C. It
29 uses the GTK+ toolkit for all of its interface needs. gentoo provides
30 100%% GUI configurability; no need to edit config files by hand and
31 re- start the program. gentoo supports identifying the type of various
32 files (using extension, regular expressions, and/or the 'file'
33 command), and can display files of different types with different
34 colors and icons. gentoo borrows some of its look and feel from the
35 classic Amiga file manager "Directory OPUS"(TM) (written by Jonathan
36 Potter).
37
38 %description -l pl
39 gentoo jest zarz±dc± plików dla Linuxa napisanym 'od zera' w czystym
40 C. U¿ywa zestawu narzêdzi GTK+ do zaspokojenia wszystkich potrzeb
41 zwi±zanych z interfejsem. gentoo zapewnia 100%-ow± konfigurowalno¶æ
42 graficznego interfejsu; nie ma potrzeby rêcznego edytowania plików
43 konfiguracyjnch i ponownego uruchamiania programu. gentoo dostarcza
44 identyfikacjê typów ró¿nych plików (u¿ywaj±c rozszerzenia, wyra¿eñ
45 regularnych i/lub polecenia 'file') oraz potrafi wy¶wietlaæ pliki
46 ró¿nego typu w ró¿nych kolorach i z ró¿nymi ikonami. gentoo zapo¿ycza
47 trochê ze swojego wygl±du od klasycznego zarz±dcy plików Amigi --
48 "Directory OPUS"(TM) (napisanego przez Jonathana Pottera).
49
50 %prep
51 %setup -q
52
53 %build
54 rm -f missing
55 aclocal
56 autoconf
57 automake -a -c
58 %configure
59 %{__make}
60
61 %install
62 rm -rf $RPM_BUILD_ROOT
63 install -d $RPM_BUILD_ROOT{%{_mandir}/man1,%{_applnkdir}/Utilities}
64
65 %{__make} install \
66         DESTDIR=$RPM_BUILD_ROOT
67
68 install docs/gentoo.1x $RPM_BUILD_ROOT%{_mandir}/man1
69 install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Utilities
70
71 gzip -9nf AUTHORS BUGS CREDITS ChangeLog NEWS README* TODO
72
73 %clean
74 rm -rf $RPM_BUILD_ROOT
75
76 %files
77 %defattr(644,root,root,755)
78 %doc *.gz docs
79 %config %{_sysconfdir}/*
80 %attr(755,root,root) %{_bindir}/%{name}
81 %{_datadir}/%{name}
82 %{_mandir}/man1/*
83
84 %{_applnkdir}/Utilities/gentoo.desktop
This page took 0.047541 seconds and 3 git commands to generate.