wok-next view tcl2c-fork/receipt @ rev 21725

busybox: add overrides
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:18:16 2020 +0000 (2020-09-01)
parents 5ae348053c83
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="tcl2c-fork"
4 VERSION="2016.5"
5 CATEGORY="development"
6 SHORT_DESC="Create a C file from Tcl file for C compiler (Pasquale Frega fork)"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="http://web.tiscali.it/pas80/tklauncher.htm"
11 TARBALL="$PACKAGE.$VERSION.tar.gz"
12 WGET_URL="http://web.tiscali.it/pas80/tcl2c.tar.gz"
14 BUILD_DEPENDS="tcl-dev"
15 DEPENDS="tcl"
17 compile_rules() {
18 sed -i 's|8\.5|8.6|' Makefile
20 make &&
21 install -Dm755 tcl2c $install/usr/bin/tcl2cf
22 }