wok-stable view tk-dev/receipt @ rev 12465

Up e2fsprogs (1.44.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 04 18:42:23 2019 +0100 (2019-03-04)
parents 129bb5b11a7e
children
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 }