wok view tcl-dev/receipt @ rev 8842

Up: tazwok 4.2.1
author Antoine Bodin <gokhlayeh@slitaz.org>
date Fri Feb 25 00:21:51 2011 +0100 (2011-02-25)
parents b81a1aeb22bd
children 129bb5b11a7e
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 TARBALL="${PACKAGE}${VERSION}-src.tar.gz"
11 WEB_SITE="http://tcl.sourceforge.net/"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
18 cp -a $_pkg/usr/lib/tclConfig.sh $fs/usr/lib
19 cp -a $_pkg/usr/include $fs/usr
20 }