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