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