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

Add neofetch, tcl2c-fork; build two versions of tklauncher (using tcl2c and tcl2c-fork) with different warnings
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 09:45:42 2018 +0300 (2018-06-23)
parents
children d635206a5649
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"
16 compile_rules() {
17 sed -i 's|8\.5|8.6|' Makefile
19 make &&
20 install -Dm755 tcl2c $install/usr/bin/tcl2cf
21 }
23 genpkg_rules() {
24 copy @std
25 DEPENDS="tcl"
26 }