wok view tcl-dev/receipt @ rev 12859

dahdi-linux, iptables, linmodem*, ndiswrapper-driver, nvidia-173xx, v4l-dvb: fix EXTRAVERSION for 3.x kernels
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 24 19:11:41 2012 +0200 (2012-05-24)
parents 129bb5b11a7e
children de49f29b101e
line source
1 # SliTaz package receipt.
3 PACKAGE="tcl-dev"
4 VERSION="8.5.10"
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 }