]> git.pld-linux.org Git - packages/erecoder.git/blob - erecoder.spec
- adapterized, pl
[packages/erecoder.git] / erecoder.spec
1 Summary:        31337 recoder is a text/data recoder swiss army knife for h4x0rz
2 Summary(pl):    31337 recoder to wszechstronny program do przekodowywania tekstu/danych dla h4x0rów
3 Name:           erecoder
4 Version:        0.2.1
5 Release:        1
6 License:        GPL v2
7 Group:          Applications/Text
8 Source0:        http://eleet.veuu.eu.org/%{name}-%{version}.tar.gz
9 URL:            http://eleet.veuu.eu.org/
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12 %description
13 31337 recoder (erecoder) is a text/data recoder swiss army knife for
14 h4x0rz;).
15
16 Its features include:
17  - Input from stdin, file or command line
18  - Encoding byte values to numeric systems from binary to 36-ary;)
19  - Encoding to escaped hexadecimal or octal
20  - Encoding with ROT-x and Base64 encodings
21  - Decoding of all above ;)
22  - Mixing many different encodings
23
24 %description -l pl
25 31337 recoder (erecoder) to wszechstronne narzêdzie do przekodowywania
26 tekstu i danych dla hax0rów ;)
27
28 Jego mo¿liwo¶ci to m.in.:
29  - czytanie ze standardowego wej¶cia, pliku lub linii poleceñ
30  - kodowanie warto¶ci bajtów w systemach liczenia od binarnego do
31    36-go
32  - kodowanie w notacji szesnastkowej lub ósemkowej z backslashem
33  - kodowanie ROT-x oraz Base64
34  - dekodowanie wszystkiego powy¿szego ;)
35  - mieszanie wielu ró¿nych kodowañ.
36
37 %prep
38 %setup -q
39
40 %build
41 %configure
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46
47 %{__make} install DESTDIR=$RPM_BUILD_ROOT
48
49 %find_lang %{name}
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files -f %{name}.lang
55 %defattr(644,root,root,755)
56 %doc README
57 %attr(755,root,root) %{_bindir}/*
58 %{_mandir}/man1/*
This page took 0.094671 seconds and 4 git commands to generate.