]> git.pld-linux.org Git - SPECS.git/blob - xfe.spec
SPECS updated Sat 31 Jul 20:26:02 CEST 2021
[SPECS.git] / xfe.spec
1 Summary:        X File Explorer (Xfe) is a filemanager for X
2 Summary(pl.UTF-8):      X File Explorer - zarządca plików dla X
3 Name:           xfe
4 Version:        0.84
5 Release:        1
6 License:        GPL
7 Group:          Applications/File
8 Source0:        http://dl.sourceforge.net/xfe/%{name}-%{version}.tar.gz
9 # Source0-md5:  8251a0c1545d3cbbb909beb8027414a6
10 URL:            http://roland65.free.fr/xfe/
11 BuildRequires:  automake
12 BuildRequires:  fox-devel >= 1.4
13 BuildRequires:  fox-devel < 1.5
14 BuildRequires:  libpng-devel
15 BuildRequires:  libstdc++-devel
16 Requires:       fox >= 1.2
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 X File Explorer (Xfe) is a filemanager for X. It is based on the
21 popular X Win Commander, which is discontinued. Xfe is desktop
22 independent and is written with the C++ Fox Toolkit. It has Windows
23 Commander or MS-Explorer look and is very fast and simple.
24
25 %description -l pl.UTF-8
26 X File Explorer (Xfe) to zarządca plików dla systemu X Window. Jest
27 oparty na popularnym X Win Commander, który nie jest już rozwijany.
28 Xfe jest niezależny od desktopu, jest napisany za pomocą C++ Fox
29 Toolkit. Może wyglądać jak Windows Commander (Total Commander ;)) lub
30 MS-Explorer przy czym jest prosty i szybki.
31
32 %prep
33 %setup -q
34
35 %build
36 cp -f /usr/share/automake/config.sub .
37 %configure 
38
39 %{__make}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 %{__make} install \
45         DESTDIR=$RPM_BUILD_ROOT
46
47 %find_lang %{name}
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files -f %{name}.lang
53 %defattr(644,root,root,755)
54 %doc AUTHORS BUGS ChangeLog FAQ README TODO
55 %attr(755,root,root) %{_bindir}/*
56 %{_prefix}/lib/foxicons
57 %{_prefix}/lib/foxrc
58 %{_pixmapsdir}/*
59 %{_mandir}/man1/*
This page took 0.11204 seconds and 3 git commands to generate.