]> git.pld-linux.org Git - packages/disktool.git/blob - disktool.spec
- tabs in preamble
[packages/disktool.git] / disktool.spec
1 Summary:        Linux DiskTool - file manager for text terminal
2 Summary(pl.UTF-8):      Linux DiskTool - zarządca plików dla terminala tekstowego
3 Name:           disktool
4 Version:        1.5.5
5 Release:        1
6 License:        Freeware
7 Group:          Applications/Shells
8 Source0:        http://www.freewebs.com/mlsoft/dt-%{version}-1.i386.tar.gz
9 # Source0-md5:  df92838462332d5dea7b8811bca32bd3
10 URL:            http://www.freewebs.com/mlsoft/
11 ExclusiveArch:  %{ix86}
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 DiskTool is a small, full-featured file manager for the Linux console
16 or an xterm-style terminal. It features file copying, moving, and
17 renaming, file marking for performing the same action on all marked
18 files (such as copy or delete), full directory support such as moving,
19 renaming, and deleting directories, permission and owner support (like
20 chmod and chown), file editing and creation, an RPM manager for
21 installing and inspecting .rpm files, an archive center supporting
22 .tar, .gz, .tar.gz, and .zip files, and fully configurable colors and
23 editor choices. All features are available with single keystroke
24 commands and require very little understanding of Linux. DiskTool is
25 written in Pascal and not in C. The source code is available upon
26 email request, but you will need to install the FPC compiler to
27 compile the modules.
28
29 %description -l pl.UTF-8
30 DiskTool to mały, w pełni funkcjonalny zarządca plików dla konsoli
31 linuksowej albo terminala typu xterm. Ma kopiowanie, przenoszenie i
32 zmianę nazw, zaznaczanie plików do wykonywania tej samej akcji (takiej
33 jak kopiowanie czy usuwanie) na wszystkich zaznaczonych plikach, pełną
34 obsługę katalogów (przenoszenie, zmianę nazw, usuwanie), obsługę
35 uprawnień i własności (chmod/chown), edycję i tworzenie plików,
36 zarządcę RPM do instalowania i przeglądania plików .rpm, centrum
37 archiwizacji obsługujące pliki .tar, .gz, .tar.gz i .zip oraz w pełni
38 konfigurowalne kolory i wybór edytorów. Wszystkie funkcje są dostępne
39 pod pojedynczymi skrótami klawiaturowymi i wymagają bardzo małej
40 znajomości Linuksa. DiskTool został napisany w Pascalu, a nie C. Kod
41 źródłowy jest dostępny na żądanie pocztą elektroniczną, ale do
42 kompilacji modułów potrzebny jest kompilator FPC.
43
44 %prep
45 %setup -q -n dt-install
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49 install -d $RPM_BUILD_ROOT%{_mandir}/man1
50
51 install -D dt $RPM_BUILD_ROOT%{_bindir}/dt
52 install -D ale $RPM_BUILD_ROOT%{_bindir}/ale
53
54 gzip -dc dt.1.gz >$RPM_BUILD_ROOT%{_mandir}/man1/dt.1
55 gzip -dc ale.1.gz >$RPM_BUILD_ROOT%{_mandir}/man1/ale.1
56
57 %clean
58 rm -rf $RPM_BUILD_ROOT
59
60 %files
61 %defattr(644,root,root,755)
62 %doc ale.doc dt.doc
63 %attr(755,root,root) %{_bindir}/*
64 %{_mandir}/man1/*
This page took 0.0526 seconds and 3 git commands to generate.