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

updated gnustep-back (0.25.1 -> 0.27.0)
author Hans-G?nter Theisgen
date Sun Dec 08 12:42:33 2019 +0100 (2019-12-08)
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 }