wok-next annotate tcl2c/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents fd4410383bce
children
rev   line source
al@20845 1 # SliTaz package receipt v2.
al@20844 2
al@20844 3 PACKAGE="tcl2c"
al@20844 4 VERSION="2016.4"
al@20844 5 CATEGORY="development"
al@20844 6 SHORT_DESC="Create a C file from Tcl file for C compiler"
al@20844 7 MAINTAINER="al.bobylev@gmail.com"
al@20844 8 LICENSE="GPL2"
al@20844 9 WEB_SITE="http://tcl2c.sourceforge.net/"
al@20844 10
al@20844 11 TARBALL="$PACKAGE.$VERSION.zip"
al@20844 12 WGET_URL="$SF_MIRROR/tcl2c/$TARBALL"
al@20844 13
al@20844 14 BUILD_DEPENDS="tcl-dev"
al@20844 15
al@20844 16 compile_rules() {
al@20844 17 cd generic
al@20844 18 sed -i 's|libtcl8\.5\.so|-ltcl8.6|' makefile
al@20844 19
al@20844 20 make linux &&
al@20844 21 install -Dm755 tcl2c $install/usr/bin/tcl2c
al@20844 22 }
al@20844 23
al@20844 24 genpkg_rules() {
al@20844 25 copy @std
al@20844 26 DEPENDS="tcl"
al@20844 27 }