wok view tcl-dev/receipt @ rev 9404

Up: slitaz-mercurial-style to 1.0.7. You didn't tag. Also no need for high jumps since it will make everything else 2.0.x for linearer versioning.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Mar 27 18:50:59 2011 +0000 (2011-03-27)
parents 43ec05a2b26b
children b0a5892d86f3
line source
1 # SliTaz package receipt.
3 PACKAGE="tcl-dev"
4 VERSION="8.5.9"
5 CATEGORY="development"
6 SHORT_DESC="The Tool Command Language dev files"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="tcl"
9 WANTED="tcl"
10 WEB_SITE="http://tcl.sourceforge.net/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
17 cp -a $_pkg/usr/lib/tclConfig.sh $fs/usr/lib
18 cp -a $_pkg/usr/include $fs/usr
19 }