wok view tk-dev/receipt @ rev 15600

Add some licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 05 15:25:09 2013 +0000 (2013-12-05)
parents ff669d22310a
children 4d888974dc59
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 LICENSE="BSD"
9 SOURCE="tk"
10 WEB_SITE="http://tcl.sourceforge.net/"
11 WANTED="tk"
13 DEPENDS="tcl tk"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib
19 cp -a $install/usr/lib/*.*a $fs/usr/lib
20 cp -a $install/usr/lib/tkConfig.sh $fs/usr/lib
21 cp -a $install/usr/include $fs/usr/
22 }