aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/mk/rpm.spec
blob: be75e6b8677c4785735416a778e4e3700548a563 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Summary: Streamlined replacement for make
Name: mk
Version: 2.0
Release: 1
Group: Development/Utils
Copyright: Public Domain
Packager: Russ Cox <rsc@post.harvard.edu>
Source: http://pdos.lcs.mit.edu/~rsc/software/mk-2.0.tgz
URL: http://pdos.lcs.mit.edu/~rsc/software/#mk
Requires: libfmt libbio libregexp9 libutf

%description
Mk is a streamlined replacement for make, written for 
Tenth Edition Research Unix by Andrew Hume.

http://plan9.bell-labs.com/sys/doc/mk.pdf
%prep
%setup

%build
make

%install
make install

%files
/usr/local/doc/mk.pdf
/usr/local/man/man1/mk.1
/usr/local/bin/mk