tcl 8.4.19

This commit is contained in:
Tom G. Christensen
2008-05-06 15:38:23 +00:00
committed by tgc
parent d05c5c2292
commit 9d1d2990ef
3 changed files with 134 additions and 0 deletions

28
tcl/meta/pkgdef Normal file
View File

@@ -0,0 +1,28 @@
[tcl]
pkgname="${pkgprefix}${topdir}"
name="$topdir - Tcl scripting language"
pkgcat="application"
pkgvendor="http://www.tcl.tk/software/tcltk/"
shortdesc="An embeddable scripting language"
pkgver="$pkgver"
files(-,root,bin)
default_docs
$_bindir
$_mandir/?a?[12456789]
$_libdir/libtcl${majorver}.so
$_libdir/tcl${majorver}
$_libdir/tclConfig.sh
[tcl-devel]
pkgname="${pkgprefix}${topdir}d"
name="$topdir - Development support for tcl"
pkgcat="application"
pkgvendor="http://www.tcl.tk/software/tcltk/"
shortdesc="Files needed for developing with tcl"
pkgver="$pkgver"
files(-,root,bin)
$_includedir
$_libdir/libtcl.so
$_libdir/*.a
$_mandir/?a?[3n]

27
tcl/meta/relnotes Normal file
View File

@@ -0,0 +1,27 @@
PACKAGE DETAILS
---------------
Name: %%PKGNAME%%
Version: %%SOURCE_AND_VER%%
Vendor: %%VENDOR%%
Packager: %%PKGEDBY%%
Source (sha1sum):
%%SOURCE_SHA1SUM%%
BUILD DETAILS
-------------
Compiler:
%%COMPILER%%
Environment:
%%ENVIRONMENT%%
Configure:
%%CONFIGURE%%
KNOWN DEPENDENCIES
------------------
%%DEPENDENCIES%%
ERRORS/MISCELLANEOUS
--------------------