wok-next diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/tcl2c-fork/receipt	Sat Jun 23 09:45:42 2018 +0300
     1.3 @@ -0,0 +1,26 @@
     1.4 +# SliTaz package receipt v2.
     1.5 +
     1.6 +PACKAGE="tcl2c-fork"
     1.7 +VERSION="2016.5"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Create a C file from Tcl file for C compiler (Pasquale Frega fork)"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="GPL2"
    1.12 +WEB_SITE="http://web.tiscali.it/pas80/tklauncher.htm"
    1.13 +
    1.14 +TARBALL="$PACKAGE.$VERSION.tar.gz"
    1.15 +WGET_URL="http://web.tiscali.it/pas80/tcl2c.tar.gz"
    1.16 +
    1.17 +BUILD_DEPENDS="tcl-dev"
    1.18 +
    1.19 +compile_rules() {
    1.20 +	sed -i 's|8\.5|8.6|' Makefile
    1.21 +
    1.22 +	make &&
    1.23 +	install -Dm755 tcl2c $install/usr/bin/tcl2cf
    1.24 +}
    1.25 +
    1.26 +genpkg_rules() {
    1.27 +	copy @std
    1.28 +	DEPENDS="tcl"
    1.29 +}