]> git.pld-linux.org Git - packages/ascii.git/commitdiff
- raw version.
authorkloczek <kloczek@pld-linux.org>
Wed, 30 Jun 1999 22:39:13 +0000 (22:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ascii.spec -> 1.1

ascii.spec [new file with mode: 0644]

diff --git a/ascii.spec b/ascii.spec
new file mode 100644 (file)
index 0000000..3f76eea
--- /dev/null
@@ -0,0 +1,30 @@
+Name: ascii
+Version: 2.6
+Release: 1
+Source: locke.ccil.org:/pub/esr/ascii-2.6.tar.gz
+Copyright: distributable
+Group: Utilities/Text
+Summary: interactive ASCII name and synonym chart
+
+%description
+The ascii utility provides easy conversion between various byte representations
+and the American Standard Code for Information Interchange (ASCII) character
+table.  It knows about a wide variety of hex, binary, octal, Teletype mnemonic,
+ISO/ECMA code point, slang name, and other representations.  Given any one on
+the command line, it will try to display all others.  Called with no arguments
+it displays a handy small ASCII chart.
+
+%prep
+%setup
+
+%build
+make
+
+%install
+rm -f /usr/bin/ascii
+cp ascii /usr/bin
+cp ascii.1 /usr/man/man1/ascii.1
+
+%files
+/usr/man/man1/ascii.1
+/usr/bin/ascii
This page took 0.117924 seconds and 4 git commands to generate.