]> git.pld-linux.org Git - packages/4pane.git/commitdiff
- initial
authorZsolt Udvari <uzsolt@pld-linux.org>
Tue, 17 May 2011 06:51:18 +0000 (06:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    4pane.spec -> 1.1

4pane.spec [new file with mode: 0644]

diff --git a/4pane.spec b/4pane.spec
new file mode 100644 (file)
index 0000000..354dee2
--- /dev/null
@@ -0,0 +1,47 @@
+Summary:       A multi-pane, detailed-list file manager
+Summary(hu.UTF-8):     Többpaneles, részletes-listás fájlkezelő
+Name:          4pane
+Version:       0.8.0
+Release:       0.2
+License:       GPL v3
+Group:         X11/Applications
+Source0:       http://downloads.sourceforge.net/project/fourpane/%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: 5152105f7c148b8a465cf85534227fb7
+URL:           http://www.4pane.co.uk/index.html
+BuildRequires: gettext-devel
+BuildRequires: wxGTK2-unicode-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+4Pane is a multi-pane, detailed-list file manager for Linux. It is
+designed to be fully-featured without bloat, and aims for speed rather
+than visual effects. In addition to standard file manager things, it
+offers multiple undo and redo of most operations (including
+deletions), archive management including 'virtual browsing' inside
+archives, multiple renaming/duplication of files, a terminal emulator
+and user-defined tools.
+
+%prep
+%setup -q
+
+%build
+%configure \
+       --enable-unicode \
+       --with-wx-config=%{_bindir}/wx-gtk2-unicode-config
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+%{find_lang} 4Pane
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f 4Pane.lang
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+%doc %{_docdir}/4Pane
+%{_datadir}/4Pane
This page took 0.060186 seconds and 4 git commands to generate.