wok-next annotate tcl2c-fork/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 5ae348053c83
children
rev   line source
al@20845 1 # SliTaz package receipt v2.
al@20845 2
al@20845 3 PACKAGE="tcl2c-fork"
al@20845 4 VERSION="2016.5"
al@20845 5 CATEGORY="development"
al@20845 6 SHORT_DESC="Create a C file from Tcl file for C compiler (Pasquale Frega fork)"
al@20845 7 MAINTAINER="al.bobylev@gmail.com"
al@20845 8 LICENSE="GPL2"
al@20845 9 WEB_SITE="http://web.tiscali.it/pas80/tklauncher.htm"
al@20845 10
al@20845 11 TARBALL="$PACKAGE.$VERSION.tar.gz"
al@20845 12 WGET_URL="http://web.tiscali.it/pas80/tcl2c.tar.gz"
al@20845 13
al@20845 14 BUILD_DEPENDS="tcl-dev"
al@21081 15 DEPENDS="tcl"
al@20845 16
al@20845 17 compile_rules() {
al@20845 18 sed -i 's|8\.5|8.6|' Makefile
al@20845 19
al@20845 20 make &&
al@20845 21 install -Dm755 tcl2c $install/usr/bin/tcl2cf
al@20845 22 }