]> git.pld-linux.org Git - packages/erecoder.git/blob - erecoder.spec
00101101 00100000 01101110 01100101 01110111 00001010
[packages/erecoder.git] / erecoder.spec
1 Summary:        31337 recoder is a text/data recoder swiss army knife for h4x0rz
2 Name:           erecoder
3 Version:        0.2.1
4 Release:        1
5 License:        GPL v2
6 Group:          Applications/Text
7 Source0:        http://eleet.veuu.eu.org/erecoder-0.2.1.tar.gz
8 URL:            http://eleet.veuu.eu.org/
9 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
10
11 %description
12 31337 recoder (erecoder) is a text/data recoder swiss army knife for h4x0rz;).
13
14 Its features include:
15
16     * Input from stdin, file or command line
17     * Encoding byte values to numeric systems from binary to 36-ary;)
18     * Encoding to escaped hexadecimal or octal
19     * Encoding with ROT-x and Base64 encodings
20     * Decoding of all above ;)
21     * Mixing many different encodings
22
23
24 %prep
25 %setup -q
26
27 %build
28 %configure
29 %{__make}
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 %{__make} install DESTDIR=$RPM_BUILD_ROOT
34
35 %find_lang %{name}
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files -f %{name}.lang
41 %defattr(644,root,root,755)
42 %doc README
43 %attr(755,root,root) %{_bindir}/*
44 %{_mandir}/man1/*
This page took 0.05612 seconds and 4 git commands to generate.