home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / rexxtk12.zip / RexxTk-1.2.spec < prev    next >
Text File  |  2001-07-14  |  916b  |  37 lines

  1. Summary: Rexx external function package to use Tcl/Tk
  2. Name: RexxTk
  3. Version: 1.2
  4. Release: 2
  5. Copyright: LGPL
  6. Group: Development/Languages
  7. Vendor: Mark Hessling
  8. Source: ftp://ftp.lightlink.com/pub/hessling/RexxTk/RexxTk-1.2.tar.gz
  9. %description
  10. Rexx/Tk is an external function package for interfacing to Tcl/Tk, 8.0 or
  11. above.  It enables Rexx programmers to write portable GUI applications
  12. by calling functions that wrap the GUI portions of the Tcl/Tk package.
  13. It is also available on several other operating systems. 
  14. For more information on Rexx, visit http://www.rexxla.org
  15. %prep
  16. %setup
  17.  
  18. %build
  19. ./configure --with-rexx=rexxtrans --prefix=/usr
  20. make
  21.  
  22. %install
  23. make install
  24.  
  25. %files
  26. /usr/bin/rexxtk
  27. /usr/lib/librexxtk.so
  28. /usr/lib/librexxtkmclistbox.so
  29. /usr/lib/librexxtktree.so
  30. /usr/lib/librexxtkcombobox.so
  31. /usr/lib/librexxtknotebook.so
  32. /usr/share/rexxtk/testtk.rexx
  33. /usr/share/rexxtk/aces.rexx
  34.  
  35. %post
  36. ldconfig /usr/lib
  37.