]> git.pld-linux.org Git - packages/disktool.git/blob - disktool.spec
- up to 1.5.5
[packages/disktool.git] / disktool.spec
1 Summary:        Linux DiskTool - file manager for text terminal
2 Summary(pl):    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
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.180492 seconds and 4 git commands to generate.