]> git.pld-linux.org Git - packages/emelfm2.git/commitdiff
- initial, by rotom (17 Jan 2006)
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 11 Apr 2007 19:33:38 +0000 (19:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    emelfm2.spec -> 1.1

emelfm2.spec [new file with mode: 0644]

diff --git a/emelfm2.spec b/emelfm2.spec
new file mode 100644 (file)
index 0000000..ab830fd
--- /dev/null
@@ -0,0 +1,45 @@
+Summary:       File manager using the two-pane design and Gtk+
+Summary(pl):   Zarz±dca plików oparty na bibliotece GTK+
+Name:          emelfm2
+Version:       0.1.4
+Release:       1
+License:       GPL
+Group:         X11/Applications
+Source0:       http://emelfm2.net/rel/%{name}-%{version}.tar.gz
+# Source0-md5: da39b1d017366fb41700c5d40365a1ae
+URL:           http://emelfm.sourceforge.net/
+BuildRequires: gettext-devel
+BuildRequires: gtk+-devel >= 1.2.0
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+emelFM is a file manager that implements the popular two-pane design.
+It features a simple GTK+ interface, a flexible filetyping scheme, and
+a built-in command line for executing commands without opening an
+xterm.
+
+%description -l pl
+emelFM2 jest klasycznym, dwupanelowym zarz±dc± plików. Ma prosty
+interfejs graficzny oparty o bibliotekê GTK+.
+
+%prep
+%setup  -q
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir}/%{name},%{_desktopdir}}
+install emelfm2 $RPM_BUILD_ROOT%{_bindir}
+install plugins/* $RPM_BUILD_ROOT%{_libdir}/%{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/%{name}
+%dir (755,root,root) %{_libdir}/%{name}
+%attr(755,root,root) %{_libdir}/%{name}/*
This page took 0.063668 seconds and 4 git commands to generate.