]> git.pld-linux.org Git - packages/erecoder.git/blame - erecoder.spec
00101101 00100000 01101110 01100101 01110111 00001010
[packages/erecoder.git] / erecoder.spec
CommitLineData
ba73f156 1Summary: 31337 recoder is a text/data recoder swiss army knife for h4x0rz
2Name: erecoder
3Version: 0.2.1
4Release: 1
5License: GPL v2
6Group: Applications/Text
7Source0: http://eleet.veuu.eu.org/erecoder-0.2.1.tar.gz
8URL: http://eleet.veuu.eu.org/
9BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
10
11%description
1231337 recoder (erecoder) is a text/data recoder swiss army knife for h4x0rz;).
13
14Its 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
32rm -rf $RPM_BUILD_ROOT
33%{__make} install DESTDIR=$RPM_BUILD_ROOT
34
35%find_lang %{name}
36
37%clean
38rm -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.058603 seconds and 4 git commands to generate.