wok-next view tcl2c-fork/receipt @ rev 21607
updated duviz (09032015 -> 1.1.1)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Jun 25 09:45:57 2020 +0100 (2020-06-25) |
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 }