-
Notifications
You must be signed in to change notification settings - Fork 0
/
PackageInfo.in
32 lines (32 loc) · 1.04 KB
/
PackageInfo.in
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
name regina_rexx
summary "The Regina Rexx interpreter. Binaries, examples and language files."
description "Regina is an implementation of a Rexx interpreter, compliant with
the ANSI Standard for Rexx (1996)."
vendor "Mark Hessling"
packager "Mark Hessling <mark@rexx.org>"
architecture @MACH_ARCH@
version @VERSION_UNQUOTED@-1
copyrights {
"1992-1993 Anders Christensen"
"1993-2021 Mark Hessling"
}
licenses {
"GNU LGPL v2"
}
urls {
"https://regina-rexx.sourceforge.io/"
}
source-urls {
"https://regina-rexx.sf.net/downloads/regina-rexx.3.9.4.tar.bz2"
}
provides {
regina_rexx = @VERSION_UNQUOTED@
cmd:regina = @VERSION_UNQUOTED@
cmd:rexx = @VERSION_UNQUOTED@
cmd:rxqueue = @VERSION_UNQUOTED@
cmd:rxstack = @VERSION_UNQUOTED@
}
requires {
haiku>=r1~beta2_hrev54154_93-1
libregina3==@VERSION_UNQUOTED@
}