wok view tk-dev/receipt @ rev 12639

connman: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Apr 29 21:53:45 2012 +0200 (2012-04-29)
parents 129bb5b11a7e
children de49f29b101e
line source
1 # SliTaz package receipt.
3 PACKAGE="tk-dev"
4 VERSION="8.5.10"
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 $install/usr/lib/*.*a $fs/usr/lib
18 cp -a $install/usr/lib/tkConfig.sh $fs/usr/lib
19 cp -a $install/usr/include $fs/usr/
20 }