]> git.pld-linux.org Git - packages/ascii.git/blame - ascii.spec
- raw version.
[packages/ascii.git] / ascii.spec
CommitLineData
3d5c79dc 1Name: ascii
2Version: 2.6
3Release: 1
4Source: locke.ccil.org:/pub/esr/ascii-2.6.tar.gz
5Copyright: distributable
6Group: Utilities/Text
7Summary: interactive ASCII name and synonym chart
8
9%description
10The ascii utility provides easy conversion between various byte representations
11and the American Standard Code for Information Interchange (ASCII) character
12table. It knows about a wide variety of hex, binary, octal, Teletype mnemonic,
13ISO/ECMA code point, slang name, and other representations. Given any one on
14the command line, it will try to display all others. Called with no arguments
15it displays a handy small ASCII chart.
16
17%prep
18%setup
19
20%build
21make
22
23%install
24rm -f /usr/bin/ascii
25cp ascii /usr/bin
26cp ascii.1 /usr/man/man1/ascii.1
27
28%files
29/usr/man/man1/ascii.1
30/usr/bin/ascii
This page took 0.043117 seconds and 4 git commands to generate.