-
Notifications
You must be signed in to change notification settings - Fork 0
/
tcl.yaml
49 lines (47 loc) · 1.75 KB
/
tcl.yaml
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Name: tcl
Summary: Tool Command Language, pronounced tickle
Version: 8.5.8
Release: 4
Group: Development/Languages
License: TCL
URL: http://tcl.sourceforge.net/
Sources:
- http://downloads.sourceforge.net/sourceforge/tcl/tcl%{version}-src.tar.gz
Patches:
- tcl-8.5.1-autopath.patch
- tcl-8.5.0-conf.patch
- tcl-8.5.0-hidden.patch
- tcl-8.5.7-sigabrt.patch
- mips-tclstrtod.patch
Description: |
The Tcl (Tool Command Language) provides a powerful platform for
creating integration applications that tie together diverse
applications, protocols, devices, and frameworks. When paired with the
Tk toolkit, Tcl provides a fastest and powerful way to create
cross-platform GUI applications. Tcl can also be used for a variety
of web-related tasks and for creating powerful command languages for
applications.
PkgBR:
- autoconf
Provides:
- tcl(abi) = %{majorver}
SourcePrefix: "%{name}%{version}"
Configure: reconfigure
ConfigOptions:
- --disable-threads
- --enable-symbols
- --enable-shared
Builder: none
SubPackages:
- Name: devel
Summary: Tcl scripting language development environment
Group: Development/Languages
Description: |
The Tcl (Tool Command Language) provides a powerful platform for
creating integration applications that tie together diverse
applications, protocols, devices, and frameworks. When paired with the
Tk toolkit, Tcl provides a fastest and powerful way to create
cross-platform GUI applications. Tcl can also be used for a variety
of web-related tasks and for creating powerful command languages for
applications.
The package contains the development files and man pages for tcl.