]> git.pld-linux.org Git - packages/emelfm2.git/blob - emelfm2.spec
- proper URL
[packages/emelfm2.git] / emelfm2.spec
1 Summary:        File manager using the two-pane design and Gtk+
2 Summary(pl.UTF-8):      Zarządca plików oparty na bibliotece GTK+
3 Name:           emelfm2
4 Version:        0.1.4
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://emelfm2.net/rel/%{name}-%{version}.tar.gz
9 # Source0-md5:  da39b1d017366fb41700c5d40365a1ae
10 URL:            http://emelfm2.net/
11 BuildRequires:  gettext-devel
12 BuildRequires:  gtk+2-devel >= 2:2.4.0
13 BuildRequires:  pkgconfig
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 emelFM is a file manager that implements the popular two-pane design.
18 It features a simple GTK+ interface, a flexible filetyping scheme, and
19 a built-in command line for executing commands without opening an
20 xterm.
21
22 %description -l pl.UTF-8
23 emelFM2 jest klasycznym, dwupanelowym zarządcą plików. Ma prosty
24 interfejs graficzny oparty o bibliotekę GTK+.
25
26 %prep
27 %setup -q
28
29 %build
30 %{__make}
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir}/%{name}}
35
36 install emelfm2 $RPM_BUILD_ROOT%{_bindir}
37 install plugins/* $RPM_BUILD_ROOT%{_libdir}/%{name}
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %attr(755,root,root) %{_bindir}/%{name}
45 %dir %{_libdir}/%{name}
46 %attr(755,root,root) %{_libdir}/%{name}/*
This page took 0.060218 seconds and 4 git commands to generate.