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