wok view tk-dev/receipt @ rev 20423

Update some web_site to https
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 09 12:16:16 2018 +0200 (2018-08-09)
parents 4d888974dc59
children fb9df69f8567
line source
1 # SliTaz package receipt.
3 PACKAGE="tk-dev"
4 VERSION="8.6.3"
5 CATEGORY="development"
6 SHORT_DESC="The TCL gui toolkit dev files"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="BSD"
9 SOURCE="tk"
10 WEB_SITE="http://tcl.sourceforge.net/"
11 WANTED="tk"
12 HOST_ARCH="i486 arm"
14 DEPENDS="tcl tk"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/lib
20 cp -a $install/usr/lib/*.*a $fs/usr/lib
21 cp -a $install/usr/lib/tkConfig.sh $fs/usr/lib
22 cp -a $install/usr/include $fs/usr/
23 }