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