wok-next view tcl2c/receipt @ rev 21688
updated glu (9.0.0 -> 9.0.1)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jun 29 17:17:08 2020 +0100 (2020-06-29) |
parents | fd4410383bce |
children |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="tcl2c"
4 VERSION="2016.4"
5 CATEGORY="development"
6 SHORT_DESC="Create a C file from Tcl file for C compiler"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="http://tcl2c.sourceforge.net/"
11 TARBALL="$PACKAGE.$VERSION.zip"
12 WGET_URL="$SF_MIRROR/tcl2c/$TARBALL"
14 BUILD_DEPENDS="tcl-dev"
16 compile_rules() {
17 cd generic
18 sed -i 's|libtcl8\.5\.so|-ltcl8.6|' makefile
20 make linux &&
21 install -Dm755 tcl2c $install/usr/bin/tcl2c
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="tcl"
27 }