wok view tk-dev/receipt @ rev 9145

Trying to fix VINRUNTIMEDIR (Thanks kans)
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sun Mar 06 22:02:23 2011 +0100 (2011-03-06)
parents be13f25e790b
children ff669d22310a
line source
1 # SliTaz package receipt.
3 PACKAGE="tk-dev"
4 VERSION="8.5.9"
5 CATEGORY="development"
6 SHORT_DESC="The TCL gui toolkit dev files"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="tcl tk"
9 SOURCE="tk"
10 WEB_SITE="http://tcl.sourceforge.net/"
11 WANTED="tk"
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/tkConfig.sh $fs/usr/lib
19 cp -a $_pkg/usr/include $fs/usr/
20 }