File: Regina-0.08h.spec

package info (click to toggle)
regina 0.08h-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 2,724 kB
  • ctags: 4,101
  • sloc: ansic: 33,311; lex: 1,881; sh: 1,565; yacc: 1,129; makefile: 624
file content (32 lines) | stat: -rw-r--r-- 719 bytes parent folder | download
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
30
31
32
Summary: Regina Rexx Interpreter
Name: Regina
Version: 0.08h
Release: 1
Copyright: LGPL
Group: Development/Languages
Source: ftp://ftp.lightlink.com/pub/hessling/Regina/Regina-0.08h.tar.gz
%description
Regina is an implementation of a Rexx interpreter, mostly compliant with
the ANSI Standard for Rexx (1996).  It is also available on several other
operating systems. For more information on Rexx, visit http://www.rexxla.org
%prep
%setup

%build
./configure
make

%install
make install

%files
/usr/local/rexx
/usr/local/bin/rexx
/usr/local/bin/regina
/usr/local/lib/libregina.a
/usr/local/man/man1/rexx.1
/usr/local/include/rexxsaa.h
/usr/local/lib/libregina.so
/usr/local/lib/libtest1.so
/usr/local/lib/libtest2.so