summaryrefslogtreecommitdiffstats
path: root/tk8.6/unix/tk.spec
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-11-26 20:08:41 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-11-26 20:08:41 (GMT)
commit95844816a714456156ed31854b004d29c3e29dbe (patch)
tree337e2d0ee4f2fb1a31ffb141eccbb1cdf6d71a04 /tk8.6/unix/tk.spec
parent3dcee315fb784599a02aaafe3a83cfea0c1d1fe9 (diff)
downloadblt-95844816a714456156ed31854b004d29c3e29dbe.zip
blt-95844816a714456156ed31854b004d29c3e29dbe.tar.gz
blt-95844816a714456156ed31854b004d29c3e29dbe.tar.bz2
update tcl/tk
Diffstat (limited to 'tk8.6/unix/tk.spec')
-rw-r--r--tk8.6/unix/tk.spec54
1 files changed, 54 insertions, 0 deletions
diff --git a/tk8.6/unix/tk.spec b/tk8.6/unix/tk.spec
new file mode 100644
index 0000000..159c533
--- /dev/null
+++ b/tk8.6/unix/tk.spec
@@ -0,0 +1,54 @@
+# This file is the basis for a binary Tk Linux RPM.
+
+%{!?directory:%define directory /usr/local}
+
+Name: tk
+Summary: Tk graphical toolkit for the Tcl scripting language.
+Version: 8.6.9
+Release: 2
+License: BSD
+Group: Development/Languages
+Source: http://prdownloads.sourceforge.net/tcl/tk%{version}-src.tar.gz
+URL: http://www.tcl.tk/
+Buildroot: /var/tmp/%{name}%{version}
+Buildrequires: XFree86-devel tcl >= %version
+Requires: tcl >= %version
+
+%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 the fastest and most powerful way to
+create GUI applications that run on PCs, Unix, and Mac OS X. Tcl
+can also be used for a variety of web-related tasks and for creating
+powerful command languages for applications.
+
+%prep
+%setup -q -n %{name}%{version}
+
+%build
+cd unix
+CFLAGS="%optflags" ./configure \
+ --prefix=%{directory} \
+ --exec-prefix=%{directory} \
+ --libdir=%{directory}/%{_lib}
+make
+
+%install
+cd unix
+make INSTALL_ROOT=%buildroot install
+
+%clean
+rm -rf %buildroot
+
+%files -n tk
+%defattr(-,root,root)
+%if %{_lib} != lib
+%{directory}/%{_lib}
+%endif
+%{directory}/lib
+%{directory}/bin
+%{directory}/include
+%{directory}/man/man1
+%{directory}/man/man3
+%{directory}/man/mann