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