aboutsummaryrefslogtreecommitdiff
path: root/src/libthread/rpm.spec
blob: fdc72de213dd4f0e8ac0d1b66599d4a26b808adf (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
Summary: Port of Plan 9's thread library
Name: libthread
Version: 2.0
Release: 1
Group: Development/C
Copyright: BSD-like
Packager: Russ Cox <rsc@post.harvard.edu>
Source: http://pdos.lcs.mit.edu/~rsc/software/libthread-2.0.tgz
URL: http://pdos.lcs.mit.edu/~rsc/software/#libthread

%description
Libthread is a port of Plan 9's thread library
%prep
%setup

%build
make

%install
make install

%files
/usr/local/include/thread.h
/usr/local/lib/libthread.a
/usr/local/man/man3/thread.3
/usr/local/man/man3/ioproc.3