1-INCLUDE 'setuputil.sno'
2
3	t = TABLE()
4	t['module'] = 'random'
5	t['sources'] = 'random.c'
6	t['cflags'] = RANDOM_CFLAGS
7	t['ldflags'] = RANDOM_LDFLAGS
8
9	t['author'] = t['maintainer'] = 'Phil Budne'
10	t['author_email'] = t['maintainer_email'] = 'phil@snobol4.org'
11	t['license'] = 'BSD'
12* description
13* long_description
14* version (get from RCS ID?)
15
16	setup(t)
17end
18