File: Regina-2.1.spec

package info (click to toggle)
regina 3.3-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 4,952 kB
  • ctags: 7,235
  • sloc: ansic: 50,555; sh: 2,727; lex: 2,298; yacc: 1,498; makefile: 1,017; cpp: 117
file content (34 lines) | stat: -rw-r--r-- 842 bytes parent folder | download | duplicates (3)
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
33
34
Summary: Regina Rexx Interpreter
Name: Regina
Version: 2.1
Release: 1
Copyright: LGPL
Group: Development/Languages
Source: ftp://ftp.lightlink.com/pub/hessling/Regina/Regina-2.1.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/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.2.1
/usr/local/rexx/rexxcps.rexx

%post
ldconfig /usr/local/lib
ln -s /usr/local/lib/libregina.so.2.1 /usr/local/lib/libregina.so.2
ln -s /usr/local/lib/libregina.so.2.1 /usr/local/lib/libregina.so